Color Hex Logo

#ead299 Color Hex

#EAD299
(234,210,153)
0 Favorites   0 Comments

Color spaces of #ead299

RGB 234210153
HSL0.120.660.76
HSV42°35°92°
CMYK 0.000.100.35   0.08
XYZ62.728065.885539.5480
Yxy65.88550.37300.3918
Hunter Lab81.1699-4.102727.9313
CIE-Lab84.93800.244931.3329

#ead299 color RGB value is (234,210,153).

#ead299 hex color red value is 234, green value is 210 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ead299 hue: 0.12 , saturation: 0.66 and the lightness value of ead299 is 0.76.

The process color (four color CMYK) of #ead299 color hex is 0.00, 0.10, 0.35, 0.08. Web safe color of #ead299 is #ffcc99. Color #ead299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 10011001
Octal 352 322 231
Decimal 234 210 153
Hex EA D2 99

RGB Percentages of Color #ead299

%39.20
%35.18
%25.63

CMYK Percentages of Color #ead299

%0
%10
%35
%8

Triadic Colors of #ead299

#ead299 #99ead2 #d299ea

Analogous Colors of #ead299

#ead299 #daea99 #eaaa99

Monochromatic Colors of #ead299

#ead299

Complementary Color

#ead299 #99b1ea

#ead299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead299 Color CSS Codes

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

#ead299 Text Font Color

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

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


#ead299 Background Color

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

This div background color is #ead299


#ead299 Border Color

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

This div border color is #ead299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead299


Comments

No comments written yet.

Please login to write comment.