Color Hex Logo

#edcffb Color Hex

#EDCFFB
(237,207,251)
0 Favorites   0 Comments

Color spaces of #edcffb

RGB 237207251
HSL0.780.850.90
HSV281°18°98°
CMYK 0.060.180.00   0.02
XYZ74.650569.5952100.7655
Yxy69.59520.30470.2840
Hunter Lab83.423713.7365-13.2183
CIE-Lab86.797918.2245-17.6631

#edcffb color RGB value is (237,207,251).

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

The process color (four color CMYK) of #edcffb color hex is 0.06, 0.18, 0.00, 0.02. Web safe color of #edcffb is #ffccff. Color #edcffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 11111011
Octal 355 317 373
Decimal 237 207 251
Hex ED CF FB

RGB Percentages of Color #edcffb

%34.10
%29.78
%36.12

CMYK Percentages of Color #edcffb

%6
%18
%0
%2

Triadic Colors of #edcffb

#edcffb #fbedcf #cffbed

Analogous Colors of #edcffb

#edcffb #fbcff3 #d7cffb

Monochromatic Colors of #edcffb

#edcffb

Complementary Color

#edcffb #ddfbcf

#edcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcffb Color CSS Codes

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

#edcffb Text Font Color

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

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


#edcffb Background Color

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

This div background color is #edcffb


#edcffb Border Color

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

This div border color is #edcffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcffb


Comments

No comments written yet.

Please login to write comment.