Color Hex Logo

#deaf4d Color Hex

#DEAF4D
(222,175,77)
0 Favorites   0 Comments

Color spaces of #deaf4d

RGB 22217577
HSL0.110.690.59
HSV41°65°87°
CMYK 0.000.210.65   0.13
XYZ46.793746.725413.5738
Yxy46.72540.43690.4363
Hunter Lab68.35602.570836.0757
CIE-Lab74.01386.817955.2858

#deaf4d color RGB value is (222,175,77).

#deaf4d hex color red value is 222, green value is 175 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #deaf4d hue: 0.11 , saturation: 0.69 and the lightness value of deaf4d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101111 01001101
Octal 336 257 115
Decimal 222 175 77
Hex DE AF 4D

RGB Percentages of Color #deaf4d

%46.84
%36.92
%16.24

CMYK Percentages of Color #deaf4d

%0
%21
%65
%13

Triadic Colors of #deaf4d

#deaf4d #4ddeaf #af4dde

Analogous Colors of #deaf4d

#deaf4d #c5de4d #de674d

Monochromatic Colors of #deaf4d

#deaf4d

Complementary Color

#deaf4d #4d7cde

#deaf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaf4d Color CSS Codes

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

#deaf4d Text Font Color

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

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


#deaf4d Background Color

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

This div background color is #deaf4d


#deaf4d Border Color

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

This div border color is #deaf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaf4d


Comments

No comments written yet.

Please login to write comment.