Color Hex Logo

#efd4d2 Color Hex

#EFD4D2
(239,212,210)
0 Favorites   0 Comments

Color spaces of #efd4d2

RGB 239212210
HSL0.010.480.88
HSV12°94°
CMYK 0.000.110.12   0.06
XYZ70.772970.090870.7715
Yxy70.09080.33440.3312
Hunter Lab83.72024.38458.4844
CIE-Lab87.04149.04534.4117

#efd4d2 color RGB value is (239,212,210).

#efd4d2 hex color red value is 239, green value is 212 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #efd4d2 hue: 0.01 , saturation: 0.48 and the lightness value of efd4d2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 11010010
Octal 357 324 322
Decimal 239 212 210
Hex EF D4 D2

RGB Percentages of Color #efd4d2

%36.16
%32.07
%31.77

CMYK Percentages of Color #efd4d2

%0
%11
%12
%6

Triadic Colors of #efd4d2

#efd4d2 #d2efd4 #d4d2ef

Analogous Colors of #efd4d2

#efd4d2 #efe3d2 #efd2df

Monochromatic Colors of #efd4d2

#efd4d2

Complementary Color

#efd4d2 #d2edef

#efd4d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4d2 Color CSS Codes

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

#efd4d2 Text Font Color

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

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


#efd4d2 Background Color

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

This div background color is #efd4d2


#efd4d2 Border Color

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

This div border color is #efd4d2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,212,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 #efd4d2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4d2


Comments

No comments written yet.

Please login to write comment.