Color Hex Logo

#efecfe Color Hex

#EFECFE
(239,236,254)
0 Favorites   0 Comments

Color spaces of #efecfe

RGB 239236254
HSL0.690.900.96
HSV250°100°
CMYK 0.060.070.00   0.00
XYZ83.481485.4974105.8686
Yxy85.49740.30370.3111
Hunter Lab92.4648-0.6555-3.1594
CIE-Lab94.09704.2802-8.3146

#efecfe color RGB value is (239,236,254).

#efecfe hex color red value is 239, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efecfe hue: 0.69 , saturation: 0.90 and the lightness value of efecfe is 0.96.

The process color (four color CMYK) of #efecfe color hex is 0.06, 0.07, 0.00, 0.00. Web safe color of #efecfe is #ffffff. Color #efecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11111110
Octal 357 354 376
Decimal 239 236 254
Hex EF EC FE

RGB Percentages of Color #efecfe

%32.78
%32.37
%34.84

CMYK Percentages of Color #efecfe

%6
%7
%0
%0

Triadic Colors of #efecfe

#efecfe #feefec #ecfeef

Analogous Colors of #efecfe

#efecfe #f8ecfe #ecf2fe

Monochromatic Colors of #efecfe

#efecfe

Complementary Color

#efecfe #fbfeec

#efecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecfe Color CSS Codes

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

#efecfe Text Font Color

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

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


#efecfe Background Color

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

This div background color is #efecfe


#efecfe Border Color

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

This div border color is #efecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecfe

Related Colors


Comments

No comments written yet.

Please login to write comment.