Color Hex Logo

#efedab Color Hex

#EFEDAB
(239,237,171)
0 Favorites   0 Comments

Color spaces of #efedab

RGB 239237171
HSL0.160.680.80
HSV58°28°94°
CMYK 0.000.010.28   0.06
XYZ73.231581.859450.4688
Yxy81.85940.35630.3982
Hunter Lab90.4762-13.855330.2606
CIE-Lab92.5128-9.350132.3100

#efedab color RGB value is (239,237,171).

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

The process color (four color CMYK) of #efedab color hex is 0.00, 0.01, 0.28, 0.06. Web safe color of #efedab is #ffff99. Color #efedab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 10101011
Octal 357 355 253
Decimal 239 237 171
Hex EF ED AB

RGB Percentages of Color #efedab

%36.94
%36.63
%26.43

CMYK Percentages of Color #efedab

%0
%1
%28
%6

Triadic Colors of #efedab

#efedab #abefed #edabef

Analogous Colors of #efedab

#efedab #cfefab #efcbab

Monochromatic Colors of #efedab

#efedab

Complementary Color

#efedab #abadef

#efedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedab Color CSS Codes

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

#efedab Text Font Color

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

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


#efedab Background Color

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

This div background color is #efedab


#efedab Border Color

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

This div border color is #efedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedab


Comments

No comments written yet.

Please login to write comment.