Color Hex Logo

#edcbfe Color Hex

#EDCBFE
(237,203,254)
0 Favorites   0 Comments

Color spaces of #edcbfe

RGB 237203254
HSL0.780.960.90
HSV280°20°100°
CMYK 0.070.200.00   0.00
XYZ74.170467.8722102.9574
Yxy67.87220.30270.2770
Hunter Lab82.384616.5296-16.4265
CIE-Lab85.942520.9207-20.5411

#edcbfe color RGB value is (237,203,254).

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

The process color (four color CMYK) of #edcbfe color hex is 0.07, 0.20, 0.00, 0.00. Web safe color of #edcbfe is #ffccff. Color #edcbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11111110
Octal 355 313 376
Decimal 237 203 254
Hex ED CB FE

RGB Percentages of Color #edcbfe

%34.15
%29.25
%36.60

CMYK Percentages of Color #edcbfe

%7
%20
%0
%0

Triadic Colors of #edcbfe

#edcbfe #feedcb #cbfeed

Analogous Colors of #edcbfe

#edcbfe #fecbf6 #d4cbfe

Monochromatic Colors of #edcbfe

#edcbfe

Complementary Color

#edcbfe #dcfecb

#edcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbfe Color CSS Codes

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

#edcbfe Text Font Color

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

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


#edcbfe Background Color

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

This div background color is #edcbfe


#edcbfe Border Color

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

This div border color is #edcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.