Color Hex Logo

#de969b Color Hex

#DE969B
(222,150,155)
0 Favorites   0 Comments

Color spaces of #de969b

RGB 222150155
HSL0.990.520.73
HSV356°32°87°
CMYK 0.000.320.30   0.13
XYZ46.946939.708836.2005
Yxy39.70880.38210.3232
Hunter Lab63.014922.708610.0498
CIE-Lab69.261627.73188.4501

#de969b color RGB value is (222,150,155).

#de969b hex color red value is 222, green value is 150 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #de969b hue: 0.99 , saturation: 0.52 and the lightness value of de969b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 10011011
Octal 336 226 233
Decimal 222 150 155
Hex DE 96 9B

RGB Percentages of Color #de969b

%42.13
%28.46
%29.41

CMYK Percentages of Color #de969b

%0
%32
%30
%13

Triadic Colors of #de969b

#de969b #9bde96 #969bde

Analogous Colors of #de969b

#de969b #deb596 #de96bf

Monochromatic Colors of #de969b

#de969b

Complementary Color

#de969b #96ded9

#de969b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de969b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de969b Color CSS Codes

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

#de969b Text Font Color

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

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


#de969b Background Color

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

This div background color is #de969b


#de969b Border Color

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

This div border color is #de969b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de969b


Comments

No comments written yet.

Please login to write comment.