Color Hex Logo

#ead575 Color Hex

#EAD575
(234,213,117)
0 Favorites   0 Comments

Color spaces of #ead575

RGB 234213117
HSL0.140.740.69
HSV49°50°92°
CMYK 0.000.090.50   0.08
XYZ60.936866.365326.4277
Yxy66.36530.39640.4317
Hunter Lab81.4649-9.043337.7914
CIE-Lab85.1824-4.992349.6960

#ead575 color RGB value is (234,213,117).

#ead575 hex color red value is 234, green value is 213 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ead575 hue: 0.14 , saturation: 0.74 and the lightness value of ead575 is 0.69.

The process color (four color CMYK) of #ead575 color hex is 0.00, 0.09, 0.50, 0.08. Web safe color of #ead575 is #ffcc66. Color #ead575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010101 01110101
Octal 352 325 165
Decimal 234 213 117
Hex EA D5 75

RGB Percentages of Color #ead575

%41.49
%37.77
%20.74

CMYK Percentages of Color #ead575

%0
%9
%50
%8

Triadic Colors of #ead575

#ead575 #75ead5 #d575ea

Analogous Colors of #ead575

#ead575 #c5ea75 #ea9b75

Monochromatic Colors of #ead575

#ead575

Complementary Color

#ead575 #758aea

#ead575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead575 Color CSS Codes

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

#ead575 Text Font Color

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

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


#ead575 Background Color

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

This div background color is #ead575


#ead575 Border Color

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

This div border color is #ead575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead575


Comments

No comments written yet.

Please login to write comment.