color codes Logo

#ecbe2f color codes

#ECBE2F
(236,190,47)
0 Favorites   0 Comments

Color spaces of #ecbe2f

RGB 23619047
HSL0.130.830.55
HSV45°80°93°
CMYK 0.000.190.80   0.07
XYZ53.518654.865010.4586
Yxy54.86500.45030.4617
Hunter Lab74.0709-0.652143.4781
CIE-Lab78.96343.556372.1359

#ecbe2f color RGB value is (236,190,47).

#ecbe2f hex color red value is 236, green value is 190 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ecbe2f hue: 0.13 , saturation: 0.83 and the lightness value of ecbe2f is 0.55.

The process color (four color CMYK) of #ecbe2f color code is 0.00, 0.19, 0.80, 0.07. Web safe color of #ecbe2f is #ffcc33. Color #ecbe2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 00101111
Octal 354 276 57
Decimal 236 190 47
Hex EC BE 2F

RGB Percentages of Color #ecbe2f

%49.89
%40.17
%9.94

CMYK Percentages of Color #ecbe2f

%0
%19
%80
%7

Triadic Colors of #ecbe2f

#ecbe2f #2fecbe #be2fec

Analogous Colors of #ecbe2f

#ecbe2f #bcec2f #ec5f2f

Monochromatic Colors of #ecbe2f

#ecbe2f

Complementary Color

#ecbe2f #2f5dec

#ecbe2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe2f Color CSS Codes

.mybgcolor {background-color:#ecbe2f; } 
.myforecolor {color:#ecbe2f; }
.mybordercolor {border:3px solid #ecbe2f; }

#ecbe2f Text Font Color

<p style="color:#ecbe2f">Text here</p>

This sample text font color is #ecbe2f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ecbe2f Background Color

<div style="background-color:#ecbe2f">
Div content here</div>

This div background color is #ecbe2f


#ecbe2f Border Color

<div style="border:3px solid #ecbe2f">
Div here</div>

This div border color is #ecbe2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,190,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecbe2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecbe2f;
  -webkit-box-shadow: 1px 1px 3px 2px #ecbe2f;
  box-shadow:         1px 1px 3px 2px #ecbe2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,190,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ecbe2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbe2f;
  -webkit-box-shadow: 1px 1px 3px 2px #ecbe2f;
  box-shadow:         1px 1px 3px 2px #ecbe2f;">
Div content here</div>

This div box has shadow with color #ecbe2f

#ecbe2f Color Palettes


Comments

No comments written yet.

Please login to write comment.