Color Hex Logo

#ead3bd Color Hex

#EAD3BD
(234,211,189)
0 Favorites   0 Comments

Color spaces of #ead3bd

RGB 234211189
HSL0.080.520.83
HSV29°19°92°
CMYK 0.000.100.19   0.08
XYZ66.411367.755157.7219
Yxy67.75510.34610.3531
Hunter Lab82.3135-0.033116.0426
CIE-Lab85.88384.526913.7953

#ead3bd color RGB value is (234,211,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10111101
Octal 352 323 275
Decimal 234 211 189
Hex EA D3 BD

RGB Percentages of Color #ead3bd

%36.91
%33.28
%29.81

CMYK Percentages of Color #ead3bd

%0
%10
%19
%8

Triadic Colors of #ead3bd

#ead3bd #bdead3 #d3bdea

Analogous Colors of #ead3bd

#ead3bd #eaeabd #eabdbe

Monochromatic Colors of #ead3bd

#ead3bd

Complementary Color

#ead3bd #bdd4ea

#ead3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead3bd Color CSS Codes

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

#ead3bd Text Font Color

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

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


#ead3bd Background Color

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

This div background color is #ead3bd


#ead3bd Border Color

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

This div border color is #ead3bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,211,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 #ead3bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead3bd

#ead3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.