Color Hex Logo

#efddc1 Color Hex

#EFDDC1
(239,221,193)
0 Favorites   0 Comments

Color spaces of #efddc1

RGB 239221193
HSL0.100.590.85
HSV37°19°94°
CMYK 0.000.080.19   0.06
XYZ71.078773.913960.9726
Yxy73.91390.34510.3589
Hunter Lab85.9732-2.877518.1325
CIE-Lab88.88181.764315.9809

#efddc1 color RGB value is (239,221,193).

#efddc1 hex color red value is 239, green value is 221 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #efddc1 hue: 0.10 , saturation: 0.59 and the lightness value of efddc1 is 0.85.

The process color (four color CMYK) of #efddc1 color hex is 0.00, 0.08, 0.19, 0.06. Web safe color of #efddc1 is #ffcccc. Color #efddc1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11000001
Octal 357 335 301
Decimal 239 221 193
Hex EF DD C1

RGB Percentages of Color #efddc1

%36.60
%33.84
%29.56

CMYK Percentages of Color #efddc1

%0
%8
%19
%6

Triadic Colors of #efddc1

#efddc1 #c1efdd #ddc1ef

Analogous Colors of #efddc1

#efddc1 #eaefc1 #efc6c1

Monochromatic Colors of #efddc1

#efddc1

Complementary Color

#efddc1 #c1d3ef

#efddc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddc1 Color CSS Codes

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

#efddc1 Text Font Color

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

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


#efddc1 Background Color

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

This div background color is #efddc1


#efddc1 Border Color

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

This div border color is #efddc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddc1


Comments

No comments written yet.

Please login to write comment.