Color Hex Logo

#edccba Color Hex

#EDCCBA
(237,204,186)
0 Favorites   0 Comments

Color spaces of #edccba

RGB 237204186
HSL0.060.590.83
HSV21°22°93°
CMYK 0.000.140.22   0.07
XYZ65.380864.735455.5036
Yxy64.73540.35220.3488
Hunter Lab80.45834.247915.4200
CIE-Lab84.34728.843513.2467

#edccba color RGB value is (237,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10111010
Octal 355 314 272
Decimal 237 204 186
Hex ED CC BA

RGB Percentages of Color #edccba

%37.80
%32.54
%29.67

CMYK Percentages of Color #edccba

%0
%14
%22
%7

Triadic Colors of #edccba

#edccba #baedcc #ccbaed

Analogous Colors of #edccba

#edccba #ede6ba #edbac2

Monochromatic Colors of #edccba

#edccba

Complementary Color

#edccba #badbed

#edccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccba Color CSS Codes

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

#edccba Text Font Color

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

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


#edccba Background Color

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

This div background color is #edccba


#edccba Border Color

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

This div border color is #edccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccba


Comments

No comments written yet.

Please login to write comment.