Color Hex Logo

#ead06d Color Hex

#EAD06D
(234,208,109)
0 Favorites   0 Comments

Color spaces of #ead06d

RGB 234208109
HSL0.130.750.67
HSV48°53°92°
CMYK 0.000.110.53   0.08
XYZ59.247963.708323.6422
Yxy63.70830.40420.4346
Hunter Lab79.8175-7.181438.3103
CIE-Lab83.8137-3.113051.8829

#ead06d color RGB value is (234,208,109).

#ead06d hex color red value is 234, green value is 208 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ead06d hue: 0.13 , saturation: 0.75 and the lightness value of ead06d is 0.67.

The process color (four color CMYK) of #ead06d color hex is 0.00, 0.11, 0.53, 0.08. Web safe color of #ead06d is #ffcc66. Color #ead06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 01101101
Octal 352 320 155
Decimal 234 208 109
Hex EA D0 6D

RGB Percentages of Color #ead06d

%42.47
%37.75
%19.78

CMYK Percentages of Color #ead06d

%0
%11
%53
%8

Triadic Colors of #ead06d

#ead06d #6dead0 #d06dea

Analogous Colors of #ead06d

#ead06d #c6ea6d #ea926d

Monochromatic Colors of #ead06d

#ead06d

Complementary Color

#ead06d #6d87ea

#ead06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead06d Color CSS Codes

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

#ead06d Text Font Color

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

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


#ead06d Background Color

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

This div background color is #ead06d


#ead06d Border Color

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

This div border color is #ead06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead06d


Comments

No comments written yet.

Please login to write comment.