Color Hex Logo

#efdeab Color Hex

#EFDEAB
(239,222,171)
0 Favorites   0 Comments

Color spaces of #efdeab

RGB 239222171
HSL0.130.680.80
HSV45°28°94°
CMYK 0.000.070.28   0.06
XYZ69.068673.533549.0812
Yxy73.53350.36030.3836
Hunter Lab85.7517-6.292826.0907
CIE-Lab88.7015-1.777927.1706

#efdeab color RGB value is (239,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10101011
Octal 357 336 253
Decimal 239 222 171
Hex EF DE AB

RGB Percentages of Color #efdeab

%37.82
%35.13
%27.06

CMYK Percentages of Color #efdeab

%0
%7
%28
%6

Triadic Colors of #efdeab

#efdeab #abefde #deabef

Analogous Colors of #efdeab

#efdeab #deefab #efbcab

Monochromatic Colors of #efdeab

#efdeab

Complementary Color

#efdeab #abbcef

#efdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeab Color CSS Codes

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

#efdeab Text Font Color

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

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


#efdeab Background Color

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

This div background color is #efdeab


#efdeab Border Color

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

This div border color is #efdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeab


Comments

No comments written yet.

Please login to write comment.