Color Hex Logo

#edcac6 Color Hex

#EDCAC6
(237,202,198)
0 Favorites   0 Comments

Color spaces of #edcac6

RGB 237202198
HSL0.020.520.85
HSV16°93°
CMYK 0.000.150.16   0.07
XYZ66.238664.322862.3505
Yxy64.32280.34340.3334
Hunter Lab80.20157.070910.0476
CIE-Lab84.133611.68636.5618

#edcac6 color RGB value is (237,202,198).

#edcac6 hex color red value is 237, green value is 202 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #edcac6 hue: 0.02 , saturation: 0.52 and the lightness value of edcac6 is 0.85.

The process color (four color CMYK) of #edcac6 color hex is 0.00, 0.15, 0.16, 0.07. Web safe color of #edcac6 is #ffcccc. Color #edcac6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11000110
Octal 355 312 306
Decimal 237 202 198
Hex ED CA C6

RGB Percentages of Color #edcac6

%37.21
%31.71
%31.08

CMYK Percentages of Color #edcac6

%0
%15
%16
%7

Triadic Colors of #edcac6

#edcac6 #c6edca #cac6ed

Analogous Colors of #edcac6

#edcac6 #eddec6 #edc6d6

Monochromatic Colors of #edcac6

#edcac6

Complementary Color

#edcac6 #c6e9ed

#edcac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcac6 Color CSS Codes

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

#edcac6 Text Font Color

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

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


#edcac6 Background Color

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

This div background color is #edcac6


#edcac6 Border Color

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

This div border color is #edcac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcac6


Comments

No comments written yet.

Please login to write comment.