Color Hex Logo

#efe4ab Color Hex

#EFE4AB
(239,228,171)
0 Favorites   0 Comments

Color spaces of #efe4ab

RGB 239228171
HSL0.140.680.80
HSV50°28°94°
CMYK 0.000.050.28   0.06
XYZ70.690776.777849.6219
Yxy76.77780.35870.3896
Hunter Lab87.6229-9.333527.7594
CIE-Lab90.2192-4.827929.2263

#efe4ab color RGB value is (239,228,171).

#efe4ab hex color red value is 239, green value is 228 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #efe4ab hue: 0.14 , saturation: 0.68 and the lightness value of efe4ab is 0.80.

The process color (four color CMYK) of #efe4ab color hex is 0.00, 0.05, 0.28, 0.06. Web safe color of #efe4ab is #ffcc99. Color #efe4ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 10101011
Octal 357 344 253
Decimal 239 228 171
Hex EF E4 AB

RGB Percentages of Color #efe4ab

%37.46
%35.74
%26.80

CMYK Percentages of Color #efe4ab

%0
%5
%28
%6

Triadic Colors of #efe4ab

#efe4ab #abefe4 #e4abef

Analogous Colors of #efe4ab

#efe4ab #d8efab #efc2ab

Monochromatic Colors of #efe4ab

#efe4ab

Complementary Color

#efe4ab #abb6ef

#efe4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe4ab Color CSS Codes

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

#efe4ab Text Font Color

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

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


#efe4ab Background Color

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

This div background color is #efe4ab


#efe4ab Border Color

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

This div border color is #efe4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe4ab


Comments

No comments written yet.

Please login to write comment.