Color Hex Logo

#de946d Color Hex

#DE946D
(222,148,109)
0 Favorites   0 Comments

Color spaces of #de946d

RGB 222148109
HSL0.060.630.65
HSV21°51°87°
CMYK 0.000.330.51   0.13
XYZ43.474437.813519.4754
Yxy37.81350.43150.3753
Hunter Lab61.492718.584624.2671
CIE-Lab67.882923.678931.9392

#de946d color RGB value is (222,148,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 01101101
Octal 336 224 155
Decimal 222 148 109
Hex DE 94 6D

RGB Percentages of Color #de946d

%46.35
%30.90
%22.76

CMYK Percentages of Color #de946d

%0
%33
%51
%13

Triadic Colors of #de946d

#de946d #6dde94 #946dde

Analogous Colors of #de946d

#de946d #decd6d #de6d7f

Monochromatic Colors of #de946d

#de946d

Complementary Color

#de946d #6db7de

#de946d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de946d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de946d Color CSS Codes

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

#de946d Text Font Color

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

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


#de946d Background Color

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

This div background color is #de946d


#de946d Border Color

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

This div border color is #de946d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de946d


Comments

No comments written yet.

Please login to write comment.