Color Hex Logo

#efdad0 Color Hex

#EFDAD0
(239,218,208)
0 Favorites   0 Comments

Color spaces of #efdad0

RGB 239218208
HSL0.050.490.88
HSV19°13°94°
CMYK 0.000.090.13   0.06
XYZ72.053273.047669.9765
Yxy73.04760.33500.3396
Hunter Lab85.46790.914611.2841
CIE-Lab88.47045.60217.5267

#efdad0 color RGB value is (239,218,208).

#efdad0 hex color red value is 239, green value is 218 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #efdad0 hue: 0.05 , saturation: 0.49 and the lightness value of efdad0 is 0.88.

The process color (four color CMYK) of #efdad0 color hex is 0.00, 0.09, 0.13, 0.06. Web safe color of #efdad0 is #ffcccc. Color #efdad0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11010000
Octal 357 332 320
Decimal 239 218 208
Hex EF DA D0

RGB Percentages of Color #efdad0

%35.94
%32.78
%31.28

CMYK Percentages of Color #efdad0

%0
%9
%13
%6

Triadic Colors of #efdad0

#efdad0 #d0efda #dad0ef

Analogous Colors of #efdad0

#efdad0 #efead0 #efd0d6

Monochromatic Colors of #efdad0

#efdad0

Complementary Color

#efdad0 #d0e5ef

#efdad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdad0 Color CSS Codes

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

#efdad0 Text Font Color

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

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


#efdad0 Background Color

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

This div background color is #efdad0


#efdad0 Border Color

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

This div border color is #efdad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdad0


Comments

No comments written yet.

Please login to write comment.