Color Hex Logo

#efeffc Color Hex

#EFEFFC
(239,239,252)
0 Favorites   0 Comments

Color spaces of #efeffc

RGB 239239252
HSL0.670.680.96
HSV240°99°
CMYK 0.050.050.00   0.01
XYZ84.033887.1120104.4807
Yxy87.11200.30490.3161
Hunter Lab93.3338-2.6203-1.0374
CIE-Lab94.78582.3653-6.2575

#efeffc color RGB value is (239,239,252).

#efeffc hex color red value is 239, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #efeffc hue: 0.67 , saturation: 0.68 and the lightness value of efeffc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11111100
Octal 357 357 374
Decimal 239 239 252
Hex EF EF FC

RGB Percentages of Color #efeffc

%32.74
%32.74
%34.52

CMYK Percentages of Color #efeffc

%5
%5
%0
%1

Triadic Colors of #efeffc

#efeffc #fcefef #effcef

Analogous Colors of #efeffc

#efeffc #f6effc #eff6fc

Monochromatic Colors of #efeffc

#efeffc

Complementary Color

#efeffc #fcfcef

#efeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeffc Color CSS Codes

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

#efeffc Text Font Color

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

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


#efeffc Background Color

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

This div background color is #efeffc


#efeffc Border Color

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

This div border color is #efeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.