color codes Logo

#eed60b color codes

#EED60B
(238,214,11)
0 Favorites   0 Comments

Color spaces of #eed60b

RGB 23821411
HSL0.150.910.49
HSV54°95°93°
CMYK 0.000.100.95   0.07
XYZ59.366966.29449.9837
Yxy66.29440.43770.4887
Hunter Lab81.4214-12.337449.7250
CIE-Lab85.1464-8.571684.2040

#eed60b color RGB value is (238,214,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00001011
Octal 356 326 13
Decimal 238 214 11
Hex EE D6 B

RGB Percentages of Color #eed60b

%51.40
%46.22
%2.38

CMYK Percentages of Color #eed60b

%0
%10
%95
%7

Triadic Colors of #eed60b

#eed60b #0beed6 #d60bee

Analogous Colors of #eed60b

#eed60b #95ee0b #ee650b

Monochromatic Colors of #eed60b

#eed60b

Complementary Color

#eed60b #0b23ee

#eed60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed60b Color CSS Codes

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

#eed60b Text Font Color

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

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


#eed60b Background Color

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

This div background color is #eed60b


#eed60b Border Color

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

This div border color is #eed60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed60b


Comments

No comments written yet.

Please login to write comment.