Color Hex Logo

#edcabc Color Hex

#EDCABC
(237,202,188)
0 Favorites   0 Comments

Color spaces of #edcabc

RGB 237202188
HSL0.050.580.83
HSV17°21°93°
CMYK 0.000.150.21   0.07
XYZ65.122763.876456.4740
Yxy63.87640.35110.3444
Hunter Lab79.92275.580814.0511
CIE-Lab83.901410.183611.5523

#edcabc color RGB value is (237,202,188).

#edcabc hex color red value is 237, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #edcabc hue: 0.05 , saturation: 0.58 and the lightness value of edcabc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10111100
Octal 355 312 274
Decimal 237 202 188
Hex ED CA BC

RGB Percentages of Color #edcabc

%37.80
%32.22
%29.98

CMYK Percentages of Color #edcabc

%0
%15
%21
%7

Triadic Colors of #edcabc

#edcabc #bcedca #cabced

Analogous Colors of #edcabc

#edcabc #ede3bc #edbcc7

Monochromatic Colors of #edcabc

#edcabc

Complementary Color

#edcabc #bcdfed

#edcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcabc Color CSS Codes

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

#edcabc Text Font Color

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

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


#edcabc Background Color

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

This div background color is #edcabc


#edcabc Border Color

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

This div border color is #edcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcabc


Comments

No comments written yet.

Please login to write comment.