Color Hex Logo

#edcbe6 Color Hex

#EDCBE6
(237,203,230)
0 Favorites   0 Comments

Color spaces of #edcbe6

RGB 237203230
HSL0.870.490.86
HSV312°14°93°
CMYK 0.000.140.03   0.07
XYZ70.563966.429683.9660
Yxy66.42960.31940.3006
Hunter Lab81.504411.9070-4.0277
CIE-Lab85.215116.4708-8.8962

#edcbe6 color RGB value is (237,203,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11100110
Octal 355 313 346
Decimal 237 203 230
Hex ED CB E6

RGB Percentages of Color #edcbe6

%35.37
%30.30
%34.33

CMYK Percentages of Color #edcbe6

%0
%14
%3
%7

Triadic Colors of #edcbe6

#edcbe6 #e6edcb #cbe6ed

Analogous Colors of #edcbe6

#edcbe6 #edcbd5 #e3cbed

Monochromatic Colors of #edcbe6

#edcbe6

Complementary Color

#edcbe6 #cbedd2

#edcbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbe6 Color CSS Codes

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

#edcbe6 Text Font Color

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

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


#edcbe6 Background Color

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

This div background color is #edcbe6


#edcbe6 Border Color

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

This div border color is #edcbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbe6


Comments

No comments written yet.

Please login to write comment.