Color Hex Logo

#efeaff Color Hex

#EFEAFF
(239,234,255)
0 Favorites   0 Comments

Color spaces of #efeaff

RGB 239234255
HSL0.711.000.96
HSV254°100°
CMYK 0.060.080.00   0.00
XYZ83.069484.4164106.5235
Yxy84.41640.30320.3081
Hunter Lab91.87840.5988-4.4257
CIE-Lab93.63115.4997-9.5257

#efeaff color RGB value is (239,234,255).

#efeaff hex color red value is 239, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #efeaff hue: 0.71 , saturation: 1.00 and the lightness value of efeaff is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11111111
Octal 357 352 377
Decimal 239 234 255
Hex EF EA FF

RGB Percentages of Color #efeaff

%32.83
%32.14
%35.03

CMYK Percentages of Color #efeaff

%6
%8
%0
%0

Triadic Colors of #efeaff

#efeaff #ffefea #eaffef

Analogous Colors of #efeaff

#efeaff #faeaff #eaf0ff

Monochromatic Colors of #efeaff

#efeaff

Complementary Color

#efeaff #faffea

#efeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeaff Color CSS Codes

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

#efeaff Text Font Color

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

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


#efeaff Background Color

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

This div background color is #efeaff


#efeaff Border Color

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

This div border color is #efeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeaff

#efeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.