Color Hex Logo

#de9bae Color Hex

#DE9BAE
(222,155,174)
0 Favorites   0 Comments

Color spaces of #de9bae

RGB 222155174
HSL0.950.500.74
HSV343°30°87°
CMYK 0.000.300.22   0.13
XYZ49.485542.028345.5485
Yxy42.02830.36100.3066
Hunter Lab64.829222.80163.7238
CIE-Lab70.890427.71040.2330

#de9bae color RGB value is (222,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 10101110
Octal 336 233 256
Decimal 222 155 174
Hex DE 9B AE

RGB Percentages of Color #de9bae

%40.29
%28.13
%31.58

CMYK Percentages of Color #de9bae

%0
%30
%22
%13

Triadic Colors of #de9bae

#de9bae #aede9b #9baede

Analogous Colors of #de9bae

#de9bae #deaa9b #de9bd0

Monochromatic Colors of #de9bae

#de9bae

Complementary Color

#de9bae #9bdecb

#de9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9bae Color CSS Codes

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

#de9bae Text Font Color

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

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


#de9bae Background Color

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

This div background color is #de9bae


#de9bae Border Color

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

This div border color is #de9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9bae


Comments

No comments written yet.

Please login to write comment.