Color Hex Logo

#eed40b Color Hex

#EED40B
(238,212,11)
0 Favorites   0 Comments

Color spaces of #eed40b

RGB 23821211
HSL0.150.910.49
HSV53°95°93°
CMYK 0.000.110.95   0.07
XYZ58.863865.28839.8161
Yxy65.28830.43940.4873
Hunter Lab80.8012-11.364549.3580
CIE-Lab84.6321-7.565683.8248

#eed40b color RGB value is (238,212,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 00001011
Octal 356 324 13
Decimal 238 212 11
Hex EE D4 B

RGB Percentages of Color #eed40b

%51.63
%45.99
%2.39

CMYK Percentages of Color #eed40b

%0
%11
%95
%7

Triadic Colors of #eed40b

#eed40b #0beed4 #d40bee

Analogous Colors of #eed40b

#eed40b #97ee0b #ee620b

Monochromatic Colors of #eed40b

#eed40b

Complementary Color

#eed40b #0b25ee

#eed40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed40b Color CSS Codes

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

#eed40b Text Font Color

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

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


#eed40b Background Color

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

This div background color is #eed40b


#eed40b Border Color

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

This div border color is #eed40b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,212,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 #eed40b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed40b


Comments

No comments written yet.

Please login to write comment.