Color Hex Logo

#edcbeb Color Hex

#EDCBEB
(237,203,235)
0 Favorites   0 Comments

Color spaces of #edcbeb

RGB 237203235
HSL0.840.490.86
HSV304°14°93°
CMYK 0.000.140.01   0.07
XYZ71.276466.714687.7178
Yxy66.71460.31580.2956
Hunter Lab81.679012.8281-6.4982
CIE-Lab85.359617.3665-11.3390

#edcbeb color RGB value is (237,203,235).

#edcbeb hex color red value is 237, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edcbeb hue: 0.84 , saturation: 0.49 and the lightness value of edcbeb is 0.86.

The process color (four color CMYK) of #edcbeb color hex is 0.00, 0.14, 0.01, 0.07. Web safe color of #edcbeb is #ffccff. Color #edcbeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11101011
Octal 355 313 353
Decimal 237 203 235
Hex ED CB EB

RGB Percentages of Color #edcbeb

%35.11
%30.07
%34.81

CMYK Percentages of Color #edcbeb

%0
%14
%1
%7

Triadic Colors of #edcbeb

#edcbeb #ebedcb #cbebed

Analogous Colors of #edcbeb

#edcbeb #edcbda #decbed

Monochromatic Colors of #edcbeb

#edcbeb

Complementary Color

#edcbeb #cbedcd

#edcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbeb Color CSS Codes

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

#edcbeb Text Font Color

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

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


#edcbeb Background Color

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

This div background color is #edcbeb


#edcbeb Border Color

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

This div border color is #edcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbeb


Comments

No comments written yet.

Please login to write comment.