Color Hex Logo

#eadd06 Color Hex

#EADD06
(234,221,6)
0 Favorites   0 Comments

Color spaces of #eadd06

RGB 2342216
HSL0.160.950.47
HSV57°97°92°
CMYK 0.000.060.97   0.08
XYZ59.821069.218510.3799
Yxy69.21850.42910.4965
Hunter Lab83.1977-17.250450.8412
CIE-Lab86.6121-13.802685.5536

#eadd06 color RGB value is (234,221,6).

#eadd06 hex color red value is 234, green value is 221 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #eadd06 hue: 0.16 , saturation: 0.95 and the lightness value of eadd06 is 0.47.

The process color (four color CMYK) of #eadd06 color hex is 0.00, 0.06, 0.97, 0.08. Web safe color of #eadd06 is #ffcc00. Color #eadd06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00000110
Octal 352 335 6
Decimal 234 221 6
Hex EA DD 6

RGB Percentages of Color #eadd06

%50.76
%47.94
%1.30

CMYK Percentages of Color #eadd06

%0
%6
%97
%8

Triadic Colors of #eadd06

#eadd06 #06eadd #dd06ea

Analogous Colors of #eadd06

#eadd06 #85ea06 #ea6b06

Monochromatic Colors of #eadd06

#eadd06

Complementary Color

#eadd06 #0613ea

#eadd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd06 Color CSS Codes

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

#eadd06 Text Font Color

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

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


#eadd06 Background Color

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

This div background color is #eadd06


#eadd06 Border Color

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

This div border color is #eadd06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,221,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eadd06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eadd06;
  -webkit-box-shadow: 1px 1px 3px 2px #eadd06;
  box-shadow:         1px 1px 3px 2px #eadd06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,221,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd06


Comments

No comments written yet.

Please login to write comment.