Color Hex Logo

#efc6d3 Color Hex

#EFC6D3
(239,198,211)
0 Favorites   0 Comments

Color spaces of #efc6d3

RGB 239198211
HSL0.950.560.86
HSV341°17°94°
CMYK 0.000.170.12   0.06
XYZ67.548663.442070.3134
Yxy63.44200.33560.3152
Hunter Lab79.650511.99083.4157
CIE-Lab83.674416.5687-1.0188

#efc6d3 color RGB value is (239,198,211).

#efc6d3 hex color red value is 239, green value is 198 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #efc6d3 hue: 0.95 , saturation: 0.56 and the lightness value of efc6d3 is 0.86.

The process color (four color CMYK) of #efc6d3 color hex is 0.00, 0.17, 0.12, 0.06. Web safe color of #efc6d3 is #ffcccc. Color #efc6d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 11010011
Octal 357 306 323
Decimal 239 198 211
Hex EF C6 D3

RGB Percentages of Color #efc6d3

%36.88
%30.56
%32.56

CMYK Percentages of Color #efc6d3

%0
%17
%12
%6

Triadic Colors of #efc6d3

#efc6d3 #d3efc6 #c6d3ef

Analogous Colors of #efc6d3

#efc6d3 #efcec6 #efc6e8

Monochromatic Colors of #efc6d3

#efc6d3

Complementary Color

#efc6d3 #c6efe2

#efc6d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc6d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc6d3 Color CSS Codes

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

#efc6d3 Text Font Color

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

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


#efc6d3 Background Color

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

This div background color is #efc6d3


#efc6d3 Border Color

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

This div border color is #efc6d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc6d3


Comments

No comments written yet.

Please login to write comment.