Color Hex Logo

#edcbe2 Color Hex

#EDCBE2
(237,203,226)
0 Favorites   0 Comments

Color spaces of #edcbe2

RGB 237203226
HSL0.890.490.86
HSV319°14°93°
CMYK 0.000.140.05   0.07
XYZ70.008566.207481.0410
Yxy66.20740.32220.3047
Hunter Lab81.367911.1865-2.0942
CIE-Lab85.102115.7668-6.9361

#edcbe2 color RGB value is (237,203,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11100010
Octal 355 313 342
Decimal 237 203 226
Hex ED CB E2

RGB Percentages of Color #edcbe2

%35.59
%30.48
%33.93

CMYK Percentages of Color #edcbe2

%0
%14
%5
%7

Triadic Colors of #edcbe2

#edcbe2 #e2edcb #cbe2ed

Analogous Colors of #edcbe2

#edcbe2 #edcbd1 #e7cbed

Monochromatic Colors of #edcbe2

#edcbe2

Complementary Color

#edcbe2 #cbedd6

#edcbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbe2 Color CSS Codes

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

#edcbe2 Text Font Color

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

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


#edcbe2 Background Color

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

This div background color is #edcbe2


#edcbe2 Border Color

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

This div border color is #edcbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbe2


Comments

No comments written yet.

Please login to write comment.