Color Hex Logo

#efcfd2 Color Hex

#EFCFD2
(239,207,210)
0 Favorites   0 Comments

Color spaces of #efcfd2

RGB 239207210
HSL0.980.500.87
HSV354°13°94°
CMYK 0.000.130.12   0.06
XYZ69.542367.629570.3613
Yxy67.62950.33510.3259
Hunter Lab82.23727.03016.8381
CIE-Lab85.820811.66412.6427

#efcfd2 color RGB value is (239,207,210).

#efcfd2 hex color red value is 239, green value is 207 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #efcfd2 hue: 0.98 , saturation: 0.50 and the lightness value of efcfd2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11010010
Octal 357 317 322
Decimal 239 207 210
Hex EF CF D2

RGB Percentages of Color #efcfd2

%36.43
%31.55
%32.01

CMYK Percentages of Color #efcfd2

%0
%13
%12
%6

Triadic Colors of #efcfd2

#efcfd2 #d2efcf #cfd2ef

Analogous Colors of #efcfd2

#efcfd2 #efdccf #efcfe2

Monochromatic Colors of #efcfd2

#efcfd2

Complementary Color

#efcfd2 #cfefec

#efcfd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfd2 Color CSS Codes

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

#efcfd2 Text Font Color

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

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


#efcfd2 Background Color

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

This div background color is #efcfd2


#efcfd2 Border Color

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

This div border color is #efcfd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfd2


Comments

No comments written yet.

Please login to write comment.