Color Hex Logo

#efcafb Color Hex

#EFCAFB
(239,202,251)
0 Favorites   0 Comments

Color spaces of #efcafb

RGB 239202251
HSL0.790.860.89
HSV285°20°98°
CMYK 0.050.200.00   0.02
XYZ74.129767.5568100.3995
Yxy67.55680.30620.2791
Hunter Lab82.192917.1512-14.8883
CIE-Lab85.784421.5181-19.1744

#efcafb color RGB value is (239,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11111011
Octal 357 312 373
Decimal 239 202 251
Hex EF CA FB

RGB Percentages of Color #efcafb

%34.54
%29.19
%36.27

CMYK Percentages of Color #efcafb

%5
%20
%0
%2

Triadic Colors of #efcafb

#efcafb #fbefca #cafbef

Analogous Colors of #efcafb

#efcafb #fbcaef #d7cafb

Monochromatic Colors of #efcafb

#efcafb

Complementary Color

#efcafb #d6fbca

#efcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcafb Color CSS Codes

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

#efcafb Text Font Color

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

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


#efcafb Background Color

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

This div background color is #efcafb


#efcafb Border Color

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

This div border color is #efcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcafb


Comments

No comments written yet.

Please login to write comment.