Color Hex Logo

#de996b Color Hex

#DE996B
(222,153,107)
0 Favorites   0 Comments

Color spaces of #de996b

RGB 222153107
HSL0.070.640.65
HSV24°52°87°
CMYK 0.000.310.52   0.13
XYZ44.169339.373619.1818
Yxy39.37360.43000.3833
Hunter Lab62.748415.838525.7993
CIE-Lab69.021020.815134.4706

#de996b color RGB value is (222,153,107).

#de996b hex color red value is 222, green value is 153 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #de996b hue: 0.07 , saturation: 0.64 and the lightness value of de996b is 0.65.

The process color (four color CMYK) of #de996b color hex is 0.00, 0.31, 0.52, 0.13. Web safe color of #de996b is #cc9966. Color #de996b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 01101011
Octal 336 231 153
Decimal 222 153 107
Hex DE 99 6B

RGB Percentages of Color #de996b

%46.06
%31.74
%22.20

CMYK Percentages of Color #de996b

%0
%31
%52
%13

Triadic Colors of #de996b

#de996b #6bde99 #996bde

Analogous Colors of #de996b

#de996b #ded36b #de6b77

Monochromatic Colors of #de996b

#de996b

Complementary Color

#de996b #6bb0de

#de996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de996b Color CSS Codes

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

#de996b Text Font Color

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

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


#de996b Background Color

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

This div background color is #de996b


#de996b Border Color

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

This div border color is #de996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de996b


Comments

No comments written yet.

Please login to write comment.