Color Hex Logo

#ead173 Color Hex

#EAD173
(234,209,115)
0 Favorites   0 Comments

Color spaces of #ead173

RGB 234209115
HSL0.130.740.68
HSV47°51°92°
CMYK 0.000.110.51   0.08
XYZ59.826764.331225.4836
Yxy64.33120.39980.4299
Hunter Lab80.2067-7.217537.3069
CIE-Lab84.1379-3.124349.3987

#ead173 color RGB value is (234,209,115).

#ead173 hex color red value is 234, green value is 209 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ead173 hue: 0.13 , saturation: 0.74 and the lightness value of ead173 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 01110011
Octal 352 321 163
Decimal 234 209 115
Hex EA D1 73

RGB Percentages of Color #ead173

%41.94
%37.46
%20.61

CMYK Percentages of Color #ead173

%0
%11
%51
%8

Triadic Colors of #ead173

#ead173 #73ead1 #d173ea

Analogous Colors of #ead173

#ead173 #c8ea73 #ea9673

Monochromatic Colors of #ead173

#ead173

Complementary Color

#ead173 #738cea

#ead173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead173 Color CSS Codes

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

#ead173 Text Font Color

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

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


#ead173 Background Color

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

This div background color is #ead173


#ead173 Border Color

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

This div border color is #ead173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead173


Comments

No comments written yet.

Please login to write comment.