Color Hex Logo

#edcbc2 Color Hex

#EDCBC2
(237,203,194)
1 Favorites   0 Comments

Color spaces of #edcbc2

RGB 237203194
HSL0.030.540.85
HSV13°18°93°
CMYK 0.000.140.18   0.07
XYZ66.018664.611460.0306
Yxy64.61140.34630.3389
Hunter Lab80.38125.938311.9877
CIE-Lab84.283110.55048.9055

#edcbc2 color RGB value is (237,203,194).

#edcbc2 hex color red value is 237, green value is 203 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #edcbc2 hue: 0.03 , saturation: 0.54 and the lightness value of edcbc2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11000010
Octal 355 313 302
Decimal 237 203 194
Hex ED CB C2

RGB Percentages of Color #edcbc2

%37.38
%32.02
%30.60

CMYK Percentages of Color #edcbc2

%0
%14
%18
%7

Triadic Colors of #edcbc2

#edcbc2 #c2edcb #cbc2ed

Analogous Colors of #edcbc2

#edcbc2 #ede1c2 #edc2cf

Monochromatic Colors of #edcbc2

#edcbc2

Complementary Color

#edcbc2 #c2e4ed

#edcbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbc2 Color CSS Codes

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

#edcbc2 Text Font Color

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

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


#edcbc2 Background Color

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

This div background color is #edcbc2


#edcbc2 Border Color

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

This div border color is #edcbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbc2

#edcbc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.