Color Hex Logo

#efebff Color Hex

#EFEBFF
(239,235,255)
0 Favorites   0 Comments

Color spaces of #efebff

RGB 239235255
HSL0.701.000.96
HSV252°100°
CMYK 0.060.080.00   0.00
XYZ83.354984.9874106.6187
Yxy84.98740.30320.3091
Hunter Lab92.18860.0657-4.0385
CIE-Lab93.87774.9836-9.1596

#efebff color RGB value is (239,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11111111
Octal 357 353 377
Decimal 239 235 255
Hex EF EB FF

RGB Percentages of Color #efebff

%32.78
%32.24
%34.98

CMYK Percentages of Color #efebff

%6
%8
%0
%0

Triadic Colors of #efebff

#efebff #ffefeb #ebffef

Analogous Colors of #efebff

#efebff #f9ebff #ebf1ff

Monochromatic Colors of #efebff

#efebff

Complementary Color

#efebff #fbffeb

#efebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebff Color CSS Codes

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

#efebff Text Font Color

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

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


#efebff Background Color

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

This div background color is #efebff


#efebff Border Color

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

This div border color is #efebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebff

Related Colors

#efebff Color Palettes


Comments

No comments written yet.

Please login to write comment.