Color Hex Logo

#dcaf94 Color Hex

#DCAF94
(220,175,148)
0 Favorites   0 Comments

Color spaces of #dcaf94

RGB 220175148
HSL0.060.510.72
HSV23°33°86°
CMYK 0.000.200.33   0.14
XYZ50.190548.013734.6392
Yxy48.01370.37780.3614
Hunter Lab69.29198.032818.8651
CIE-Lab74.833612.615320.0782

#dcaf94 color RGB value is (220,175,148).

#dcaf94 hex color red value is 220, green value is 175 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dcaf94 hue: 0.06 , saturation: 0.51 and the lightness value of dcaf94 is 0.72.

The process color (four color CMYK) of #dcaf94 color hex is 0.00, 0.20, 0.33, 0.14. Web safe color of #dcaf94 is #cc9999. Color #dcaf94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10010100
Octal 334 257 224
Decimal 220 175 148
Hex DC AF 94

RGB Percentages of Color #dcaf94

%40.52
%32.23
%27.26

CMYK Percentages of Color #dcaf94

%0
%20
%33
%14

Triadic Colors of #dcaf94

#dcaf94 #94dcaf #af94dc

Analogous Colors of #dcaf94

#dcaf94 #dcd394 #dc949d

Monochromatic Colors of #dcaf94

#dcaf94

Complementary Color

#dcaf94 #94c1dc

#dcaf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf94 Color CSS Codes

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

#dcaf94 Text Font Color

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

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


#dcaf94 Background Color

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

This div background color is #dcaf94


#dcaf94 Border Color

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

This div border color is #dcaf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf94


Comments

No comments written yet.

Please login to write comment.