Color Hex Logo

#ead1bd Color Hex

#EAD1BD
(234,209,189)
0 Favorites   0 Comments

Color spaces of #ead1bd

RGB 234209189
HSL0.070.520.83
HSV27°19°92°
CMYK 0.000.110.19   0.08
XYZ65.917566.767557.5573
Yxy66.76750.34650.3510
Hunter Lab81.71141.003115.4342
CIE-Lab85.38645.568613.0917

#ead1bd color RGB value is (234,209,189).

#ead1bd hex color red value is 234, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ead1bd hue: 0.07 , saturation: 0.52 and the lightness value of ead1bd is 0.83.

The process color (four color CMYK) of #ead1bd color hex is 0.00, 0.11, 0.19, 0.08. Web safe color of #ead1bd is #ffcccc. Color #ead1bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 10111101
Octal 352 321 275
Decimal 234 209 189
Hex EA D1 BD

RGB Percentages of Color #ead1bd

%37.03
%33.07
%29.91

CMYK Percentages of Color #ead1bd

%0
%11
%19
%8

Triadic Colors of #ead1bd

#ead1bd #bdead1 #d1bdea

Analogous Colors of #ead1bd

#ead1bd #eae8bd #eabdc0

Monochromatic Colors of #ead1bd

#ead1bd

Complementary Color

#ead1bd #bdd6ea

#ead1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead1bd Color CSS Codes

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

#ead1bd Text Font Color

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

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


#ead1bd Background Color

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

This div background color is #ead1bd


#ead1bd Border Color

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

This div border color is #ead1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead1bd


Comments

No comments written yet.

Please login to write comment.