Color Hex Logo

#edcbef Color Hex

#EDCBEF
(237,203,239)
0 Favorites   0 Comments

Color spaces of #edcbef

RGB 237203239
HSL0.820.530.87
HSV297°15°94°
CMYK 0.010.150.00   0.06
XYZ71.861066.948490.7962
Yxy66.94840.31300.2916
Hunter Lab81.822013.5809-8.5175
CIE-Lab85.477918.0952-13.2871

#edcbef color RGB value is (237,203,239).

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

The process color (four color CMYK) of #edcbef color hex is 0.01, 0.15, 0.00, 0.06. Web safe color of #edcbef is #ffccff. Color #edcbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11101111
Octal 355 313 357
Decimal 237 203 239
Hex ED CB EF

RGB Percentages of Color #edcbef

%34.90
%29.90
%35.20

CMYK Percentages of Color #edcbef

%1
%15
%0
%6

Triadic Colors of #edcbef

#edcbef #efedcb #cbefed

Analogous Colors of #edcbef

#edcbef #efcbdf #dbcbef

Monochromatic Colors of #edcbef

#edcbef

Complementary Color

#edcbef #cdefcb

#edcbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbef Color CSS Codes

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

#edcbef Text Font Color

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

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


#edcbef Background Color

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

This div background color is #edcbef


#edcbef Border Color

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

This div border color is #edcbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbef


Comments

No comments written yet.

Please login to write comment.