Color Hex Logo

#edbecc Color Hex

#EDBECC
(237,190,204)
0 Favorites   0 Comments

Color spaces of #edbecc

RGB 237190204
HSL0.950.570.84
HSV342°20°93°
CMYK 0.000.200.14   0.07
XYZ64.237659.191165.1661
Yxy59.19110.34060.3139
Hunter Lab76.935814.40123.6352
CIE-Lab81.396518.9743-0.6205

#edbecc color RGB value is (237,190,204).

#edbecc hex color red value is 237, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edbecc hue: 0.95 , saturation: 0.57 and the lightness value of edbecc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11001100
Octal 355 276 314
Decimal 237 190 204
Hex ED BE CC

RGB Percentages of Color #edbecc

%37.56
%30.11
%32.33

CMYK Percentages of Color #edbecc

%0
%20
%14
%7

Triadic Colors of #edbecc

#edbecc #ccedbe #becced

Analogous Colors of #edbecc

#edbecc #edc8be #edbee4

Monochromatic Colors of #edbecc

#edbecc

Complementary Color

#edbecc #beeddf

#edbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbecc Color CSS Codes

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

#edbecc Text Font Color

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

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


#edbecc Background Color

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

This div background color is #edbecc


#edbecc Border Color

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

This div border color is #edbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbecc


Comments

No comments written yet.

Please login to write comment.