Color Hex Logo

#efebab Color Hex

#EFEBAB
(239,235,171)
0 Favorites   0 Comments

Color spaces of #efebab

RGB 239235171
HSL0.160.680.80
HSV56°28°94°
CMYK 0.000.020.28   0.06
XYZ72.655680.707750.2769
Yxy80.70770.35680.3963
Hunter Lab89.8375-12.854629.7050
CIE-Lab92.0015-8.350931.6249

#efebab color RGB value is (239,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10101011
Octal 357 353 253
Decimal 239 235 171
Hex EF EB AB

RGB Percentages of Color #efebab

%37.05
%36.43
%26.51

CMYK Percentages of Color #efebab

%0
%2
%28
%6

Triadic Colors of #efebab

#efebab #abefeb #ebabef

Analogous Colors of #efebab

#efebab #d1efab #efc9ab

Monochromatic Colors of #efebab

#efebab

Complementary Color

#efebab #abafef

#efebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebab Color CSS Codes

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

#efebab Text Font Color

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

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


#efebab Background Color

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

This div background color is #efebab


#efebab Border Color

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

This div border color is #efebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebab


Comments

No comments written yet.

Please login to write comment.