color codes Logo

#efdaab color codes

#EFDAAB
(239,218,171)
0 Favorites   0 Comments

Color spaces of #efdaab

RGB 239218171
HSL0.120.680.80
HSV41°28°94°
CMYK 0.000.090.28   0.06
XYZ68.018771.433848.7312
Yxy71.43380.36140.3796
Hunter Lab84.5185-4.254424.9779
CIE-Lab87.69530.269825.8012

#efdaab color RGB value is (239,218,171).

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

The process color (four color CMYK) of #efdaab color code is 0.00, 0.09, 0.28, 0.06. Web safe color of #efdaab is #ffcc99. Color #efdaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10101011
Octal 357 332 253
Decimal 239 218 171
Hex EF DA AB

RGB Percentages of Color #efdaab

%38.06
%34.71
%27.23

CMYK Percentages of Color #efdaab

%0
%9
%28
%6

Triadic Colors of #efdaab

#efdaab #abefda #daabef

Analogous Colors of #efdaab

#efdaab #e2efab #efb8ab

Monochromatic Colors of #efdaab

#efdaab

Complementary Color

#efdaab #abc0ef

#efdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaab Color CSS Codes

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

#efdaab Text Font Color

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

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


#efdaab Background Color

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

This div background color is #efdaab


#efdaab Border Color

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

This div border color is #efdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaab


Comments

No comments written yet.

Please login to write comment.