Color Hex Logo

#deaf7d Color Hex

#DEAF7D
(222,175,125)
0 Favorites   0 Comments

Color spaces of #deaf7d

RGB 222175125
HSL0.090.600.68
HSV31°44°87°
CMYK 0.000.210.44   0.13
XYZ49.155847.670226.0125
Yxy47.67020.40020.3881
Hunter Lab69.04366.257325.9927
CIE-Lab74.616410.754732.1356

#deaf7d color RGB value is (222,175,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101111 01111101
Octal 336 257 175
Decimal 222 175 125
Hex DE AF 7D

RGB Percentages of Color #deaf7d

%42.53
%33.52
%23.95

CMYK Percentages of Color #deaf7d

%0
%21
%44
%13

Triadic Colors of #deaf7d

#deaf7d #7ddeaf #af7dde

Analogous Colors of #deaf7d

#deaf7d #ddde7d #de7f7d

Monochromatic Colors of #deaf7d

#deaf7d

Complementary Color

#deaf7d #7dacde

#deaf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaf7d Color CSS Codes

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

#deaf7d Text Font Color

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

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


#deaf7d Background Color

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

This div background color is #deaf7d


#deaf7d Border Color

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

This div border color is #deaf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaf7d


Comments

No comments written yet.

Please login to write comment.