Color Hex Logo

#efdad5 Color Hex

#EFDAD5
(239,218,213)
0 Favorites   0 Comments

Color spaces of #efdad5

RGB 239218213
HSL0.030.450.89
HSV12°11°94°
CMYK 0.000.090.11   0.06
XYZ72.678273.297673.2681
Yxy73.29760.33150.3343
Hunter Lab85.61401.70519.1897
CIE-Lab88.58956.40345.0671

#efdad5 color RGB value is (239,218,213).

#efdad5 hex color red value is 239, green value is 218 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efdad5 hue: 0.03 , saturation: 0.45 and the lightness value of efdad5 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11010101
Octal 357 332 325
Decimal 239 218 213
Hex EF DA D5

RGB Percentages of Color #efdad5

%35.67
%32.54
%31.79

CMYK Percentages of Color #efdad5

%0
%9
%11
%6

Triadic Colors of #efdad5

#efdad5 #d5efda #dad5ef

Analogous Colors of #efdad5

#efdad5 #efe7d5 #efd5dd

Monochromatic Colors of #efdad5

#efdad5

Complementary Color

#efdad5 #d5eaef

#efdad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdad5 Color CSS Codes

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

#efdad5 Text Font Color

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

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


#efdad5 Background Color

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

This div background color is #efdad5


#efdad5 Border Color

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

This div border color is #efdad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdad5


Comments

No comments written yet.

Please login to write comment.