Color Hex Logo

#eed850 Color Hex

#EED850
(238,216,80)
0 Favorites   0 Comments

Color spaces of #eed850

RGB 23821680
HSL0.140.820.62
HSV52°66°93°
CMYK 0.000.090.66   0.07
XYZ61.263767.868117.4603
Yxy67.86810.41790.4630
Hunter Lab82.3821-11.426645.1014
CIE-Lab85.9405-7.490167.1017

#eed850 color RGB value is (238,216,80).

#eed850 hex color red value is 238, green value is 216 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eed850 hue: 0.14 , saturation: 0.82 and the lightness value of eed850 is 0.62.

The process color (four color CMYK) of #eed850 color hex is 0.00, 0.09, 0.66, 0.07. Web safe color of #eed850 is #ffcc66. Color #eed850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01010000
Octal 356 330 120
Decimal 238 216 80
Hex EE D8 50

RGB Percentages of Color #eed850

%44.57
%40.45
%14.98

CMYK Percentages of Color #eed850

%0
%9
%66
%7

Triadic Colors of #eed850

#eed850 #50eed8 #d850ee

Analogous Colors of #eed850

#eed850 #b5ee50 #ee8950

Monochromatic Colors of #eed850

#eed850

Complementary Color

#eed850 #5066ee

#eed850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed850 Color CSS Codes

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

#eed850 Text Font Color

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

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


#eed850 Background Color

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

This div background color is #eed850


#eed850 Border Color

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

This div border color is #eed850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed850


Comments

No comments written yet.

Please login to write comment.