Color Hex Logo

#de9eaf Color Hex

#DE9EAF
(222,158,175)
0 Favorites   0 Comments

Color spaces of #de9eaf

RGB 222158175
HSL0.960.490.75
HSV344°29°87°
CMYK 0.000.290.21   0.13
XYZ50.088943.078546.2324
Yxy43.07850.35930.3090
Hunter Lab65.634221.36284.1804
CIE-Lab71.608226.24470.7256

#de9eaf color RGB value is (222,158,175).

#de9eaf hex color red value is 222, green value is 158 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de9eaf hue: 0.96 , saturation: 0.49 and the lightness value of de9eaf is 0.75.

The process color (four color CMYK) of #de9eaf color hex is 0.00, 0.29, 0.21, 0.13. Web safe color of #de9eaf is #cc9999. Color #de9eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011110 10101111
Octal 336 236 257
Decimal 222 158 175
Hex DE 9E AF

RGB Percentages of Color #de9eaf

%40.00
%28.47
%31.53

CMYK Percentages of Color #de9eaf

%0
%29
%21
%13

Triadic Colors of #de9eaf

#de9eaf #afde9e #9eafde

Analogous Colors of #de9eaf

#de9eaf #dead9e #de9ecf

Monochromatic Colors of #de9eaf

#de9eaf

Complementary Color

#de9eaf #9edecd

#de9eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9eaf Color CSS Codes

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

#de9eaf Text Font Color

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

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


#de9eaf Background Color

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

This div background color is #de9eaf


#de9eaf Border Color

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

This div border color is #de9eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,158,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de9eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de9eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #de9eaf;
  box-shadow:         1px 1px 3px 2px #de9eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,158,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9eaf


Comments

No comments written yet.

Please login to write comment.