Color Hex Logo

#efdab0 Color Hex

#EFDAB0
(239,218,176)
0 Favorites   0 Comments

Color spaces of #efdab0

RGB 239218176
HSL0.110.660.81
HSV40°26°94°
CMYK 0.000.090.26   0.06
XYZ68.504571.628151.2893
Yxy71.62810.35790.3742
Hunter Lab84.6334-3.625823.3126
CIE-Lab87.78930.927123.3317

#efdab0 color RGB value is (239,218,176).

#efdab0 hex color red value is 239, green value is 218 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #efdab0 hue: 0.11 , saturation: 0.66 and the lightness value of efdab0 is 0.81.

The process color (four color CMYK) of #efdab0 color hex is 0.00, 0.09, 0.26, 0.06. Web safe color of #efdab0 is #ffcc99. Color #efdab0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10110000
Octal 357 332 260
Decimal 239 218 176
Hex EF DA B0

RGB Percentages of Color #efdab0

%37.76
%34.44
%27.80

CMYK Percentages of Color #efdab0

%0
%9
%26
%6

Triadic Colors of #efdab0

#efdab0 #b0efda #dab0ef

Analogous Colors of #efdab0

#efdab0 #e5efb0 #efbbb0

Monochromatic Colors of #efdab0

#efdab0

Complementary Color

#efdab0 #b0c5ef

#efdab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdab0 Color CSS Codes

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

#efdab0 Text Font Color

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

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


#efdab0 Background Color

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

This div background color is #efdab0


#efdab0 Border Color

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

This div border color is #efdab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdab0


Comments

No comments written yet.

Please login to write comment.