Color Hex Logo

#edcbfc Color Hex

#EDCBFC
(237,203,252)
0 Favorites   0 Comments

Color spaces of #edcbfc

RGB 237203252
HSL0.780.890.89
HSV282°19°99°
CMYK 0.060.190.00   0.01
XYZ73.851767.7447101.2791
Yxy67.74470.30410.2789
Hunter Lab82.307216.1250-15.3414
CIE-Lab85.878620.5357-19.5787

#edcbfc color RGB value is (237,203,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11111100
Octal 355 313 374
Decimal 237 203 252
Hex ED CB FC

RGB Percentages of Color #edcbfc

%34.25
%29.34
%36.42

CMYK Percentages of Color #edcbfc

%6
%19
%0
%1

Triadic Colors of #edcbfc

#edcbfc #fcedcb #cbfced

Analogous Colors of #edcbfc

#edcbfc #fccbf3 #d5cbfc

Monochromatic Colors of #edcbfc

#edcbfc

Complementary Color

#edcbfc #dafccb

#edcbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbfc Color CSS Codes

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

#edcbfc Text Font Color

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

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


#edcbfc Background Color

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

This div background color is #edcbfc


#edcbfc Border Color

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

This div border color is #edcbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbfc


Comments

No comments written yet.

Please login to write comment.