Color Hex Logo

#efebfa Color Hex

#EFEBFA
(239,235,250)
0 Favorites   0 Comments

Color spaces of #efebfa

RGB 239235250
HSL0.710.600.95
HSV256°98°
CMYK 0.040.060.00   0.02
XYZ82.560384.6695102.4339
Yxy84.66950.30620.3140
Hunter Lab92.0160-0.8710-1.5915
CIE-Lab93.74054.0493-6.7629

#efebfa color RGB value is (239,235,250).

#efebfa hex color red value is 239, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efebfa hue: 0.71 , saturation: 0.60 and the lightness value of efebfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11111010
Octal 357 353 372
Decimal 239 235 250
Hex EF EB FA

RGB Percentages of Color #efebfa

%33.01
%32.46
%34.53

CMYK Percentages of Color #efebfa

%4
%6
%0
%2

Triadic Colors of #efebfa

#efebfa #faefeb #ebfaef

Analogous Colors of #efebfa

#efebfa #f7ebfa #ebeffa

Monochromatic Colors of #efebfa

#efebfa

Complementary Color

#efebfa #f6faeb

#efebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebfa Color CSS Codes

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

#efebfa Text Font Color

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

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


#efebfa Background Color

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

This div background color is #efebfa


#efebfa Border Color

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

This div border color is #efebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebfa


Comments

No comments written yet.

Please login to write comment.