Color Hex Logo

#efdac5 Color Hex

#EFDAC5
(239,218,197)
0 Favorites   0 Comments

Color spaces of #efdac5

RGB 239218197
HSL0.080.570.85
HSV30°18°94°
CMYK 0.000.090.18   0.06
XYZ70.746172.524763.0933
Yxy72.52470.34280.3514
Hunter Lab85.1614-0.747315.6870
CIE-Lab88.22053.905512.9514

#efdac5 color RGB value is (239,218,197).

#efdac5 hex color red value is 239, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #efdac5 hue: 0.08 , saturation: 0.57 and the lightness value of efdac5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11000101
Octal 357 332 305
Decimal 239 218 197
Hex EF DA C5

RGB Percentages of Color #efdac5

%36.54
%33.33
%30.12

CMYK Percentages of Color #efdac5

%0
%9
%18
%6

Triadic Colors of #efdac5

#efdac5 #c5efda #dac5ef

Analogous Colors of #efdac5

#efdac5 #efefc5 #efc5c5

Monochromatic Colors of #efdac5

#efdac5

Complementary Color

#efdac5 #c5daef

#efdac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdac5 Color CSS Codes

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

#efdac5 Text Font Color

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

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


#efdac5 Background Color

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

This div background color is #efdac5


#efdac5 Border Color

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

This div border color is #efdac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdac5

#efdac5 Color Palettes


Comments

No comments written yet.

Please login to write comment.