Color Hex Logo

#efcafa Color Hex

#EFCAFA
(239,202,250)
0 Favorites   0 Comments

Color spaces of #efcafa

RGB 239202250
HSL0.800.830.89
HSV286°19°98°
CMYK 0.040.190.00   0.02
XYZ73.972567.493999.5713
Yxy67.49390.30690.2800
Hunter Lab82.154716.9517-14.3511
CIE-Lab85.752821.3288-18.6922

#efcafa color RGB value is (239,202,250).

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

The process color (four color CMYK) of #efcafa color hex is 0.04, 0.19, 0.00, 0.02. Web safe color of #efcafa is #ffccff. Color #efcafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11111010
Octal 357 312 372
Decimal 239 202 250
Hex EF CA FA

RGB Percentages of Color #efcafa

%34.59
%29.23
%36.18

CMYK Percentages of Color #efcafa

%4
%19
%0
%2

Triadic Colors of #efcafa

#efcafa #faefca #cafaef

Analogous Colors of #efcafa

#efcafa #facaed #d7cafa

Monochromatic Colors of #efcafa

#efcafa

Complementary Color

#efcafa #d5faca

#efcafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcafa Color CSS Codes

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

#efcafa Text Font Color

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

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


#efcafa Background Color

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

This div background color is #efcafa


#efcafa Border Color

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

This div border color is #efcafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,202,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcafa


Comments

No comments written yet.

Please login to write comment.