Color Hex Logo

#efcffc Color Hex

#EFCFFC
(239,207,252)
0 Favorites   0 Comments

Color spaces of #efcffc

RGB 239207252
HSL0.790.880.90
HSV283°18°99°
CMYK 0.050.180.00   0.01
XYZ75.480170.0046101.6295
Yxy70.00460.30540.2833
Hunter Lab83.668814.6099-13.4494
CIE-Lab86.999119.0600-17.8717

#efcffc color RGB value is (239,207,252).

#efcffc hex color red value is 239, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #efcffc hue: 0.79 , saturation: 0.88 and the lightness value of efcffc is 0.90.

The process color (four color CMYK) of #efcffc color hex is 0.05, 0.18, 0.00, 0.01. Web safe color of #efcffc is #ffccff. Color #efcffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11111100
Octal 357 317 374
Decimal 239 207 252
Hex EF CF FC

RGB Percentages of Color #efcffc

%34.24
%29.66
%36.10

CMYK Percentages of Color #efcffc

%5
%18
%0
%1

Triadic Colors of #efcffc

#efcffc #fcefcf #cffcef

Analogous Colors of #efcffc

#efcffc #fccff3 #d9cffc

Monochromatic Colors of #efcffc

#efcffc

Complementary Color

#efcffc #dcfccf

#efcffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcffc Color CSS Codes

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

#efcffc Text Font Color

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

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


#efcffc Background Color

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

This div background color is #efcffc


#efcffc Border Color

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

This div border color is #efcffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcffc


Comments

No comments written yet.

Please login to write comment.