Color Hex Logo

#ead472 Color Hex

#EAD472
(234,212,114)
0 Favorites   0 Comments

Color spaces of #ead472

RGB 234212114
HSL0.140.740.68
HSV49°51°92°
CMYK 0.000.090.51   0.08
XYZ60.512465.794325.4298
Yxy65.79430.39880.4336
Hunter Lab81.1137-8.784438.1917
CIE-Lab84.8914-4.741150.7846

#ead472 color RGB value is (234,212,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01110010
Octal 352 324 162
Decimal 234 212 114
Hex EA D4 72

RGB Percentages of Color #ead472

%41.79
%37.86
%20.36

CMYK Percentages of Color #ead472

%0
%9
%51
%8

Triadic Colors of #ead472

#ead472 #72ead4 #d472ea

Analogous Colors of #ead472

#ead472 #c4ea72 #ea9872

Monochromatic Colors of #ead472

#ead472

Complementary Color

#ead472 #7288ea

#ead472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead472 Color CSS Codes

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

#ead472 Text Font Color

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

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


#ead472 Background Color

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

This div background color is #ead472


#ead472 Border Color

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

This div border color is #ead472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead472


Comments

No comments written yet.

Please login to write comment.