Color Hex Logo

#ead198 Color Hex

#EAD198
(234,209,152)
0 Favorites   0 Comments

Color spaces of #ead198

RGB 234209152
HSL0.120.660.76
HSV42°35°92°
CMYK 0.000.110.35   0.08
XYZ62.399665.360439.0328
Yxy65.36040.37410.3919
Hunter Lab80.8458-3.707627.9665
CIE-Lab84.66910.642831.4917

#ead198 color RGB value is (234,209,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10011000
Octal 352 321 230
Decimal 234 209 152
Hex EA D1 98

RGB Percentages of Color #ead198

%39.33
%35.13
%25.55

CMYK Percentages of Color #ead198

%0
%11
%35
%8

Triadic Colors of #ead198

#ead198 #98ead1 #d198ea

Analogous Colors of #ead198

#ead198 #daea98 #eaa898

Monochromatic Colors of #ead198

#ead198

Complementary Color

#ead198 #98b1ea

#ead198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead198 Color CSS Codes

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

#ead198 Text Font Color

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

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


#ead198 Background Color

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

This div background color is #ead198


#ead198 Border Color

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

This div border color is #ead198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead198


Comments

No comments written yet.

Please login to write comment.