Color Hex Logo

#de974b Color Hex

#DE974B
(222,151,75)
0 Favorites   0 Comments

Color spaces of #de974b

RGB 22215175
HSL0.090.690.58
HSV31°66°87°
CMYK 0.000.320.66   0.13
XYZ42.460838.170811.7864
Yxy38.17080.45940.4130
Hunter Lab61.782514.556931.9369
CIE-Lab68.146319.526149.7628

#de974b color RGB value is (222,151,75).

#de974b hex color red value is 222, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #de974b hue: 0.09 , saturation: 0.69 and the lightness value of de974b is 0.58.

The process color (four color CMYK) of #de974b color hex is 0.00, 0.32, 0.66, 0.13. Web safe color of #de974b is #cc9933. Color #de974b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010111 01001011
Octal 336 227 113
Decimal 222 151 75
Hex DE 97 4B

RGB Percentages of Color #de974b

%49.55
%33.71
%16.74

CMYK Percentages of Color #de974b

%0
%32
%66
%13

Triadic Colors of #de974b

#de974b #4bde97 #974bde

Analogous Colors of #de974b

#de974b #dcde4b #de4d4b

Monochromatic Colors of #de974b

#de974b

Complementary Color

#de974b #4b92de

#de974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de974b Color CSS Codes

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

#de974b Text Font Color

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

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


#de974b Background Color

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

This div background color is #de974b


#de974b Border Color

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

This div border color is #de974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de974b


Comments

No comments written yet.

Please login to write comment.