Color Hex Logo

#edccc2 Color Hex

#EDCCC2
(237,204,194)
0 Favorites   0 Comments

Color spaces of #edccc2

RGB 237204194
HSL0.040.540.85
HSV14°18°93°
CMYK 0.000.140.18   0.07
XYZ66.255565.085360.1096
Yxy65.08530.34610.3400
Hunter Lab80.67555.412812.2971
CIE-Lab84.527710.02529.2553

#edccc2 color RGB value is (237,204,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11000010
Octal 355 314 302
Decimal 237 204 194
Hex ED CC C2

RGB Percentages of Color #edccc2

%37.32
%32.13
%30.55

CMYK Percentages of Color #edccc2

%0
%14
%18
%7

Triadic Colors of #edccc2

#edccc2 #c2edcc #ccc2ed

Analogous Colors of #edccc2

#edccc2 #ede2c2 #edc2ce

Monochromatic Colors of #edccc2

#edccc2

Complementary Color

#edccc2 #c2e3ed

#edccc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccc2 Color CSS Codes

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

#edccc2 Text Font Color

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

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


#edccc2 Background Color

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

This div background color is #edccc2


#edccc2 Border Color

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

This div border color is #edccc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccc2


Comments

No comments written yet.

Please login to write comment.