Color Hex Logo

#efdac3 Color Hex

#EFDAC3
(239,218,195)
0 Favorites   0 Comments

Color spaces of #efdac3

RGB 239218195
HSL0.090.580.85
HSV31°18°94°
CMYK 0.000.090.18   0.06
XYZ70.518372.433761.8941
Yxy72.43370.34430.3536
Hunter Lab85.1080-1.038516.4574
CIE-Lab88.17693.606613.9393

#efdac3 color RGB value is (239,218,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 11000011
Octal 357 332 303
Decimal 239 218 195
Hex EF DA C3

RGB Percentages of Color #efdac3

%36.66
%33.44
%29.91

CMYK Percentages of Color #efdac3

%0
%9
%18
%6

Triadic Colors of #efdac3

#efdac3 #c3efda #dac3ef

Analogous Colors of #efdac3

#efdac3 #eeefc3 #efc4c3

Monochromatic Colors of #efdac3

#efdac3

Complementary Color

#efdac3 #c3d8ef

#efdac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdac3 Color CSS Codes

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

#efdac3 Text Font Color

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

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


#efdac3 Background Color

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

This div background color is #efdac3


#efdac3 Border Color

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

This div border color is #efdac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdac3


Comments

No comments written yet.

Please login to write comment.