Color Hex Logo

#efeab0 Color Hex

#EFEAB0
(239,234,176)
0 Favorites   0 Comments

Color spaces of #efeab0

RGB 239234176
HSL0.150.660.81
HSV55°26°94°
CMYK 0.000.020.26   0.06
XYZ72.855980.330952.7398
Yxy80.33090.35380.3901
Hunter Lab89.6275-11.750127.8511
CIE-Lab91.8331-7.205628.8506

#efeab0 color RGB value is (239,234,176).

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

The process color (four color CMYK) of #efeab0 color hex is 0.00, 0.02, 0.26, 0.06. Web safe color of #efeab0 is #ffff99. Color #efeab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 10110000
Octal 357 352 260
Decimal 239 234 176
Hex EF EA B0

RGB Percentages of Color #efeab0

%36.83
%36.06
%27.12

CMYK Percentages of Color #efeab0

%0
%2
%26
%6

Triadic Colors of #efeab0

#efeab0 #b0efea #eab0ef

Analogous Colors of #efeab0

#efeab0 #d5efb0 #efcbb0

Monochromatic Colors of #efeab0

#efeab0

Complementary Color

#efeab0 #b0b5ef

#efeab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeab0 Color CSS Codes

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

#efeab0 Text Font Color

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

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


#efeab0 Background Color

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

This div background color is #efeab0


#efeab0 Border Color

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

This div border color is #efeab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeab0


Comments

No comments written yet.

Please login to write comment.