Color Hex Logo

#da998e Color Hex

#DA998E
(218,153,142)
1 Favorites   0 Comments

Color spaces of #da998e

RGB 218153142
HSL0.020.510.71
HSV35°85°
CMYK 0.000.300.35   0.15
XYZ45.187239.640930.8610
Yxy39.64090.39060.3427
Hunter Lab62.961017.927915.0111
CIE-Lab69.213022.940115.5438

#da998e color RGB value is (218,153,142).

#da998e hex color red value is 218, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #da998e hue: 0.02 , saturation: 0.51 and the lightness value of da998e is 0.71.

The process color (four color CMYK) of #da998e color hex is 0.00, 0.30, 0.35, 0.15. Web safe color of #da998e is #cc9999. Color #da998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 10001110
Octal 332 231 216
Decimal 218 153 142
Hex DA 99 8E

RGB Percentages of Color #da998e

%42.50
%29.82
%27.68

CMYK Percentages of Color #da998e

%0
%30
%35
%15

Triadic Colors of #da998e

#da998e #8eda99 #998eda

Analogous Colors of #da998e

#da998e #dabf8e #da8ea9

Monochromatic Colors of #da998e

#da998e

Complementary Color

#da998e #8ecfda

#da998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da998e Color CSS Codes

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

#da998e Text Font Color

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

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


#da998e Background Color

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

This div background color is #da998e


#da998e Border Color

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

This div border color is #da998e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,153,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da998e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da998e;
  -webkit-box-shadow: 1px 1px 3px 2px #da998e;
  box-shadow:         1px 1px 3px 2px #da998e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,153,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da998e


Comments

No comments written yet.

Please login to write comment.