Color Hex Logo

#ead98b Color Hex

#EAD98B
(234,217,139)
1 Favorites   0 Comments

Color spaces of #ead98b

RGB 234217139
HSL0.140.690.73
HSV49°41°92°
CMYK 0.000.070.41   0.08
XYZ63.404768.982234.3992
Yxy68.98220.38020.4136
Hunter Lab83.0555-9.080033.5827
CIE-Lab86.4952-4.907640.5006

#ead98b color RGB value is (234,217,139).

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

The process color (four color CMYK) of #ead98b color hex is 0.00, 0.07, 0.41, 0.08. Web safe color of #ead98b is #ffcc99. Color #ead98b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 10001011
Octal 352 331 213
Decimal 234 217 139
Hex EA D9 8B

RGB Percentages of Color #ead98b

%39.66
%36.78
%23.56

CMYK Percentages of Color #ead98b

%0
%7
%41
%8

Triadic Colors of #ead98b

#ead98b #8bead9 #d98bea

Analogous Colors of #ead98b

#ead98b #ccea8b #eaaa8b

Monochromatic Colors of #ead98b

#ead98b

Complementary Color

#ead98b #8b9cea

#ead98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead98b Color CSS Codes

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

#ead98b Text Font Color

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

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


#ead98b Background Color

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

This div background color is #ead98b


#ead98b Border Color

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

This div border color is #ead98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead98b


Comments

No comments written yet.

Please login to write comment.