Color Hex Logo

#eedc2b Color Hex

#EEDC2B
(238,220,43)
0 Favorites   0 Comments

Color spaces of #eedc2b

RGB 23822043
HSL0.150.850.55
HSV54°82°93°
CMYK 0.000.080.82   0.07
XYZ61.289169.538012.4774
Yxy69.53800.42770.4852
Hunter Lab83.3894-14.738649.5012
CIE-Lab86.7698-11.005180.0448

#eedc2b color RGB value is (238,220,43).

#eedc2b hex color red value is 238, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eedc2b hue: 0.15 , saturation: 0.85 and the lightness value of eedc2b is 0.55.

The process color (four color CMYK) of #eedc2b color hex is 0.00, 0.08, 0.82, 0.07. Web safe color of #eedc2b is #ffcc33. Color #eedc2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00101011
Octal 356 334 53
Decimal 238 220 43
Hex EE DC 2B

RGB Percentages of Color #eedc2b

%47.50
%43.91
%8.58

CMYK Percentages of Color #eedc2b

%0
%8
%82
%7

Triadic Colors of #eedc2b

#eedc2b #2beedc #dc2bee

Analogous Colors of #eedc2b

#eedc2b #9fee2b #ee7b2b

Monochromatic Colors of #eedc2b

#eedc2b

Complementary Color

#eedc2b #2b3dee

#eedc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc2b Color CSS Codes

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

#eedc2b Text Font Color

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

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


#eedc2b Background Color

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

This div background color is #eedc2b


#eedc2b Border Color

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

This div border color is #eedc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc2b


Comments

No comments written yet.

Please login to write comment.