Color Hex Logo

#de9baf Color Hex

#DE9BAF
(222,155,175)
0 Favorites   0 Comments

Color spaces of #de9baf

RGB 222155175
HSL0.950.500.74
HSV342°30°87°
CMYK 0.000.300.21   0.13
XYZ49.583442.067446.0639
Yxy42.06740.36000.3055
Hunter Lab64.859422.95493.2931
CIE-Lab70.917427.8594-0.2826

#de9baf color RGB value is (222,155,175).

#de9baf hex color red value is 222, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de9baf hue: 0.95 , saturation: 0.50 and the lightness value of de9baf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 10101111
Octal 336 233 257
Decimal 222 155 175
Hex DE 9B AF

RGB Percentages of Color #de9baf

%40.22
%28.08
%31.70

CMYK Percentages of Color #de9baf

%0
%30
%21
%13

Triadic Colors of #de9baf

#de9baf #afde9b #9bafde

Analogous Colors of #de9baf

#de9baf #dea99b #de9bd1

Monochromatic Colors of #de9baf

#de9baf

Complementary Color

#de9baf #9bdeca

#de9baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9baf Color CSS Codes

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

#de9baf Text Font Color

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

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


#de9baf Background Color

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

This div background color is #de9baf


#de9baf Border Color

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

This div border color is #de9baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9baf


Comments

No comments written yet.

Please login to write comment.