Color Hex Logo

#dcae98 Color Hex

#DCAE98
(220,174,152)
0 Favorites   0 Comments

Color spaces of #dcae98

RGB 220174152
HSL0.050.490.73
HSV19°31°86°
CMYK 0.000.210.31   0.14
XYZ50.318747.754736.2713
Yxy47.75470.37450.3555
Hunter Lab69.10489.041617.2536
CIE-Lab74.669913.664317.6846

#dcae98 color RGB value is (220,174,152).

#dcae98 hex color red value is 220, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dcae98 hue: 0.05 , saturation: 0.49 and the lightness value of dcae98 is 0.73.

The process color (four color CMYK) of #dcae98 color hex is 0.00, 0.21, 0.31, 0.14. Web safe color of #dcae98 is #cc9999. Color #dcae98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 10011000
Octal 334 256 230
Decimal 220 174 152
Hex DC AE 98

RGB Percentages of Color #dcae98

%40.29
%31.87
%27.84

CMYK Percentages of Color #dcae98

%0
%21
%31
%14

Triadic Colors of #dcae98

#dcae98 #98dcae #ae98dc

Analogous Colors of #dcae98

#dcae98 #dcd098 #dc98a4

Monochromatic Colors of #dcae98

#dcae98

Complementary Color

#dcae98 #98c6dc

#dcae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae98 Color CSS Codes

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

#dcae98 Text Font Color

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

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


#dcae98 Background Color

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

This div background color is #dcae98


#dcae98 Border Color

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

This div border color is #dcae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae98


Comments

No comments written yet.

Please login to write comment.