Color Hex Logo

#efc4d9 Color Hex

#EFC4D9
(239,196,217)
0 Favorites   0 Comments

Color spaces of #efc4d9

RGB 239196217
HSL0.920.570.85
HSV331°18°94°
CMYK 0.000.180.09   0.06
XYZ67.860962.840374.1984
Yxy62.84030.33120.3067
Hunter Lab79.271914.0796-0.0051
CIE-Lab83.358318.6179-4.6908

#efc4d9 color RGB value is (239,196,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 11011001
Octal 357 304 331
Decimal 239 196 217
Hex EF C4 D9

RGB Percentages of Color #efc4d9

%36.66
%30.06
%33.28

CMYK Percentages of Color #efc4d9

%0
%18
%9
%6

Triadic Colors of #efc4d9

#efc4d9 #d9efc4 #c4d9ef

Analogous Colors of #efc4d9

#efc4d9 #efc5c4 #efc4ef

Monochromatic Colors of #efc4d9

#efc4d9

Complementary Color

#efc4d9 #c4efda

#efc4d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4d9 Color CSS Codes

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

#efc4d9 Text Font Color

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

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


#efc4d9 Background Color

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

This div background color is #efc4d9


#efc4d9 Border Color

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

This div border color is #efc4d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4d9


Comments

No comments written yet.

Please login to write comment.