Color Hex Logo

#deaf73 Color Hex

#DEAF73
(222,175,115)
0 Favorites   0 Comments

Color spaces of #deaf73

RGB 222175115
HSL0.090.620.66
HSV34°48°87°
CMYK 0.000.210.48   0.13
XYZ48.548747.427322.8153
Yxy47.42730.40870.3992
Hunter Lab68.86755.317028.5649
CIE-Lab74.46239.760137.1779

#deaf73 color RGB value is (222,175,115).

#deaf73 hex color red value is 222, green value is 175 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #deaf73 hue: 0.09 , saturation: 0.62 and the lightness value of deaf73 is 0.66.

The process color (four color CMYK) of #deaf73 color hex is 0.00, 0.21, 0.48, 0.13. Web safe color of #deaf73 is #cc9966. Color #deaf73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101111 01110011
Octal 336 257 163
Decimal 222 175 115
Hex DE AF 73

RGB Percentages of Color #deaf73

%43.36
%34.18
%22.46

CMYK Percentages of Color #deaf73

%0
%21
%48
%13

Triadic Colors of #deaf73

#deaf73 #73deaf #af73de

Analogous Colors of #deaf73

#deaf73 #d8de73 #de7a73

Monochromatic Colors of #deaf73

#deaf73

Complementary Color

#deaf73 #73a2de

#deaf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaf73 Color CSS Codes

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

#deaf73 Text Font Color

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

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


#deaf73 Background Color

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

This div background color is #deaf73


#deaf73 Border Color

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

This div border color is #deaf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaf73


Comments

No comments written yet.

Please login to write comment.