color codes Logo

#eed70b color codes

#EED70B
(238,215,11)
0 Favorites   0 Comments

Color spaces of #eed70b

RGB 23821511
HSL0.150.910.49
HSV54°95°93°
CMYK 0.000.100.95   0.07
XYZ59.620766.802210.0684
Yxy66.80220.43680.4894
Hunter Lab81.7326-12.823449.9091
CIE-Lab85.4040-9.073884.3938

#eed70b color RGB value is (238,215,11).

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

The process color (four color CMYK) of #eed70b color code is 0.00, 0.10, 0.95, 0.07. Web safe color of #eed70b is #ffcc00. Color #eed70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 00001011
Octal 356 327 13
Decimal 238 215 11
Hex EE D7 B

RGB Percentages of Color #eed70b

%51.29
%46.34
%2.37

CMYK Percentages of Color #eed70b

%0
%10
%95
%7

Triadic Colors of #eed70b

#eed70b #0beed7 #d70bee

Analogous Colors of #eed70b

#eed70b #94ee0b #ee660b

Monochromatic Colors of #eed70b

#eed70b

Complementary Color

#eed70b #0b22ee

#eed70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed70b Color CSS Codes

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

#eed70b Text Font Color

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

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


#eed70b Background Color

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

This div background color is #eed70b


#eed70b Border Color

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

This div border color is #eed70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed70b


Comments

No comments written yet.

Please login to write comment.