Color Hex Logo

#edcafb Color Hex

#EDCAFB
(237,202,251)
0 Favorites   0 Comments

Color spaces of #edcafb

RGB 237202251
HSL0.790.860.89
HSV283°20°98°
CMYK 0.060.200.00   0.02
XYZ73.458267.2106100.3681
Yxy67.21060.30480.2788
Hunter Lab81.982116.4723-15.1995
CIE-Lab85.610220.8749-19.4544

#edcafb color RGB value is (237,202,251).

#edcafb hex color red value is 237, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edcafb hue: 0.79 , saturation: 0.86 and the lightness value of edcafb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11111011
Octal 355 312 373
Decimal 237 202 251
Hex ED CA FB

RGB Percentages of Color #edcafb

%34.35
%29.28
%36.38

CMYK Percentages of Color #edcafb

%6
%20
%0
%2

Triadic Colors of #edcafb

#edcafb #fbedca #cafbed

Analogous Colors of #edcafb

#edcafb #fbcaf1 #d5cafb

Monochromatic Colors of #edcafb

#edcafb

Complementary Color

#edcafb #d8fbca

#edcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcafb Color CSS Codes

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

#edcafb Text Font Color

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

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


#edcafb Background Color

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

This div background color is #edcafb


#edcafb Border Color

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

This div border color is #edcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcafb

Related Colors


Comments

No comments written yet.

Please login to write comment.