Color Hex Logo

#d4ad98 Color Hex

#D4AD98
(212,173,152)
0 Favorites   0 Comments

Color spaces of #d4ad98

RGB 212173152
HSL0.060.410.71
HSV21°28°83°
CMYK 0.000.180.28   0.17
XYZ47.762446.151236.0965
Yxy46.15120.36740.3550
Hunter Lab67.93476.611216.0510
CIE-Lab73.643511.119616.1380

#d4ad98 color RGB value is (212,173,152).

#d4ad98 hex color red value is 212, green value is 173 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d4ad98 hue: 0.06 , saturation: 0.41 and the lightness value of d4ad98 is 0.71.

The process color (four color CMYK) of #d4ad98 color hex is 0.00, 0.18, 0.28, 0.17. Web safe color of #d4ad98 is #cc9999. Color #d4ad98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 10011000
Octal 324 255 230
Decimal 212 173 152
Hex D4 AD 98

RGB Percentages of Color #d4ad98

%39.48
%32.22
%28.31

CMYK Percentages of Color #d4ad98

%0
%18
%28
%17

Triadic Colors of #d4ad98

#d4ad98 #98d4ad #ad98d4

Analogous Colors of #d4ad98

#d4ad98 #d4cb98 #d498a1

Monochromatic Colors of #d4ad98

#d4ad98

Complementary Color

#d4ad98 #98bfd4

#d4ad98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ad98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ad98 Color CSS Codes

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

#d4ad98 Text Font Color

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

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


#d4ad98 Background Color

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

This div background color is #d4ad98


#d4ad98 Border Color

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

This div border color is #d4ad98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,173,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 #d4ad98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ad98


Comments

No comments written yet.

Please login to write comment.