Color Hex Logo

#edceba Color Hex

#EDCEBA
(237,206,186)
0 Favorites   0 Comments

Color spaces of #edceba

RGB 237206186
HSL0.070.590.83
HSV24°22°93°
CMYK 0.000.130.22   0.07
XYZ65.859365.692355.6631
Yxy65.69230.35180.3509
Hunter Lab81.05083.204616.0171
CIE-Lab84.83927.796913.9421

#edceba color RGB value is (237,206,186).

#edceba hex color red value is 237, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #edceba hue: 0.07 , saturation: 0.59 and the lightness value of edceba is 0.83.

The process color (four color CMYK) of #edceba color hex is 0.00, 0.13, 0.22, 0.07. Web safe color of #edceba is #ffcccc. Color #edceba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10111010
Octal 355 316 272
Decimal 237 206 186
Hex ED CE BA

RGB Percentages of Color #edceba

%37.68
%32.75
%29.57

CMYK Percentages of Color #edceba

%0
%13
%22
%7

Triadic Colors of #edceba

#edceba #baedce #cebaed

Analogous Colors of #edceba

#edceba #ede8ba #edbac0

Monochromatic Colors of #edceba

#edceba

Complementary Color

#edceba #bad9ed

#edceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceba Color CSS Codes

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

#edceba Text Font Color

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

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


#edceba Background Color

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

This div background color is #edceba


#edceba Border Color

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

This div border color is #edceba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,206,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edceba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edceba;
  -webkit-box-shadow: 1px 1px 3px 2px #edceba;
  box-shadow:         1px 1px 3px 2px #edceba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,206,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceba


Comments

No comments written yet.

Please login to write comment.