Color Hex Logo

#de976c Color Hex

#DE976C
(222,151,108)
0 Favorites   0 Comments

Color spaces of #de976c

RGB 222151108
HSL0.060.630.65
HSV23°51°87°
CMYK 0.000.320.51   0.13
XYZ43.897638.745519.3523
Yxy38.74550.43040.3799
Hunter Lab62.245916.953125.1388
CIE-Lab68.566521.978533.3557

#de976c color RGB value is (222,151,108).

#de976c hex color red value is 222, green value is 151 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #de976c hue: 0.06 , saturation: 0.63 and the lightness value of de976c is 0.65.

The process color (four color CMYK) of #de976c color hex is 0.00, 0.32, 0.51, 0.13. Web safe color of #de976c is #cc9966. Color #de976c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010111 01101100
Octal 336 227 154
Decimal 222 151 108
Hex DE 97 6C

RGB Percentages of Color #de976c

%46.15
%31.39
%22.45

CMYK Percentages of Color #de976c

%0
%32
%51
%13

Triadic Colors of #de976c

#de976c #6cde97 #976cde

Analogous Colors of #de976c

#de976c #ded06c #de6c7a

Monochromatic Colors of #de976c

#de976c

Complementary Color

#de976c #6cb3de

#de976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de976c Color CSS Codes

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

#de976c Text Font Color

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

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


#de976c Background Color

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

This div background color is #de976c


#de976c Border Color

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

This div border color is #de976c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de976c

#de976c Color Palettes


Comments

No comments written yet.

Please login to write comment.