Color Hex Logo

#eecd0b Color Hex

#EECD0B
(238,205,11)
0 Favorites   0 Comments

Color spaces of #eecd0b

RGB 23820511
HSL0.140.910.49
HSV51°95°93°
CMYK 0.000.140.95   0.07
XYZ57.151661.86399.2453
Yxy61.86390.44560.4823
Hunter Lab78.6536-7.941448.0883
CIE-Lab82.8410-4.018582.5098

#eecd0b color RGB value is (238,205,11).

#eecd0b hex color red value is 238, green value is 205 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eecd0b hue: 0.14 , saturation: 0.91 and the lightness value of eecd0b is 0.49.

The process color (four color CMYK) of #eecd0b color hex is 0.00, 0.14, 0.95, 0.07. Web safe color of #eecd0b is #ffcc00. Color #eecd0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 00001011
Octal 356 315 13
Decimal 238 205 11
Hex EE CD B

RGB Percentages of Color #eecd0b

%52.42
%45.15
%2.42

CMYK Percentages of Color #eecd0b

%0
%14
%95
%7

Triadic Colors of #eecd0b

#eecd0b #0beecd #cd0bee

Analogous Colors of #eecd0b

#eecd0b #9eee0b #ee5c0b

Monochromatic Colors of #eecd0b

#eecd0b

Complementary Color

#eecd0b #0b2cee

#eecd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd0b Color CSS Codes

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

#eecd0b Text Font Color

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

This sample text font color is #eecd0b
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.


#eecd0b Background Color

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

This div background color is #eecd0b


#eecd0b Border Color

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

This div border color is #eecd0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,205,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eecd0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eecd0b;
  -webkit-box-shadow: 1px 1px 3px 2px #eecd0b;
  box-shadow:         1px 1px 3px 2px #eecd0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,205,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd0b


Comments

No comments written yet.

Please login to write comment.