Color Hex Logo

#edcefb Color Hex

#EDCEFB
(237,206,251)
0 Favorites   0 Comments

Color spaces of #edcefb

RGB 237206251
HSL0.780.850.90
HSV281°18°98°
CMYK 0.060.180.00   0.02
XYZ74.408969.1122100.6850
Yxy69.11220.30470.2830
Hunter Lab83.133714.2825-13.6137
CIE-Lab86.559618.7537-18.0222

#edcefb color RGB value is (237,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11111011
Octal 355 316 373
Decimal 237 206 251
Hex ED CE FB

RGB Percentages of Color #edcefb

%34.15
%29.68
%36.17

CMYK Percentages of Color #edcefb

%6
%18
%0
%2

Triadic Colors of #edcefb

#edcefb #fbedce #cefbed

Analogous Colors of #edcefb

#edcefb #fbcef3 #d7cefb

Monochromatic Colors of #edcefb

#edcefb

Complementary Color

#edcefb #dcfbce

#edcefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcefb Color CSS Codes

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

#edcefb Text Font Color

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

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


#edcefb Background Color

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

This div background color is #edcefb


#edcefb Border Color

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

This div border color is #edcefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,206,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 #edcefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcefb


Comments

No comments written yet.

Please login to write comment.