Color Hex Logo

#deaf7c Color Hex

#DEAF7C
(222,175,124)
0 Favorites   0 Comments

Color spaces of #deaf7c

RGB 222175124
HSL0.090.600.68
HSV31°44°87°
CMYK 0.000.210.44   0.13
XYZ49.092347.644825.6777
Yxy47.64480.40100.3892
Hunter Lab69.02526.159126.2615
CIE-Lab74.600310.651232.6425

#deaf7c color RGB value is (222,175,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101111 01111100
Octal 336 257 174
Decimal 222 175 124
Hex DE AF 7C

RGB Percentages of Color #deaf7c

%42.61
%33.59
%23.80

CMYK Percentages of Color #deaf7c

%0
%21
%44
%13

Triadic Colors of #deaf7c

#deaf7c #7cdeaf #af7cde

Analogous Colors of #deaf7c

#deaf7c #dcde7c #de7e7c

Monochromatic Colors of #deaf7c

#deaf7c

Complementary Color

#deaf7c #7cabde

#deaf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaf7c Color CSS Codes

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

#deaf7c Text Font Color

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

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


#deaf7c Background Color

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

This div background color is #deaf7c


#deaf7c Border Color

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

This div border color is #deaf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaf7c


Comments

No comments written yet.

Please login to write comment.