Color Hex Logo

#edcbea Color Hex

#EDCBEA
(237,203,234)
0 Favorites   0 Comments

Color spaces of #edcbea

RGB 237203234
HSL0.850.490.86
HSV305°14°93°
CMYK 0.000.140.01   0.07
XYZ71.132366.656986.9589
Yxy66.65690.31650.2966
Hunter Lab81.643712.6422-5.9994
CIE-Lab85.330417.1861-10.8511

#edcbea color RGB value is (237,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11101010
Octal 355 313 352
Decimal 237 203 234
Hex ED CB EA

RGB Percentages of Color #edcbea

%35.16
%30.12
%34.72

CMYK Percentages of Color #edcbea

%0
%14
%1
%7

Triadic Colors of #edcbea

#edcbea #eaedcb #cbeaed

Analogous Colors of #edcbea

#edcbea #edcbd9 #dfcbed

Monochromatic Colors of #edcbea

#edcbea

Complementary Color

#edcbea #cbedce

#edcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbea Color CSS Codes

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

#edcbea Text Font Color

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

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


#edcbea Background Color

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

This div background color is #edcbea


#edcbea Border Color

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

This div border color is #edcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbea


Comments

No comments written yet.

Please login to write comment.