Color Hex Logo

#efeaba Color Hex

#EFEABA
(239,234,186)
0 Favorites   0 Comments

Color spaces of #efeaba

RGB 239234186
HSL0.150.620.83
HSV54°22°94°
CMYK 0.000.020.22   0.06
XYZ73.882380.741558.1450
Yxy80.74150.34720.3795
Hunter Lab89.8563-10.480924.5335
CIE-Lab92.0165-5.857323.9744

#efeaba color RGB value is (239,234,186).

#efeaba hex color red value is 239, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efeaba hue: 0.15 , saturation: 0.62 and the lightness value of efeaba is 0.83.

The process color (four color CMYK) of #efeaba color hex is 0.00, 0.02, 0.22, 0.06. Web safe color of #efeaba is #ffffcc. Color #efeaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10111010
Octal 357 352 272
Decimal 239 234 186
Hex EF EA BA

RGB Percentages of Color #efeaba

%36.27
%35.51
%28.22

CMYK Percentages of Color #efeaba

%0
%2
%22
%6

Triadic Colors of #efeaba

#efeaba #baefea #eabaef

Analogous Colors of #efeaba

#efeaba #daefba #efd0ba

Monochromatic Colors of #efeaba

#efeaba

Complementary Color

#efeaba #babfef

#efeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeaba Color CSS Codes

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

#efeaba Text Font Color

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

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


#efeaba Background Color

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

This div background color is #efeaba


#efeaba Border Color

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

This div border color is #efeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeaba


Comments

No comments written yet.

Please login to write comment.