Color Hex Logo

#d8dc98 Color Hex

#D8DC98
(216,220,152)
0 Favorites   0 Comments

Color spaces of #d8dc98

RGB 216220152
HSL0.180.490.73
HSV64°31°86°
CMYK 0.020.000.31   0.14
XYZ59.579668.052339.7010
Yxy68.05230.35610.4067
Hunter Lab82.4938-15.445929.2117
CIE-Lab86.0326-11.881833.0364

#d8dc98 color RGB value is (216,220,152).

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

The process color (four color CMYK) of #d8dc98 color hex is 0.02, 0.00, 0.31, 0.14. Web safe color of #d8dc98 is #cccc99. Color #d8dc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011100 10011000
Octal 330 334 230
Decimal 216 220 152
Hex D8 DC 98

RGB Percentages of Color #d8dc98

%36.73
%37.41
%25.85

CMYK Percentages of Color #d8dc98

%2
%0
%31
%14

Triadic Colors of #d8dc98

#d8dc98 #98d8dc #dc98d8

Analogous Colors of #d8dc98

#d8dc98 #b6dc98 #dcbe98

Monochromatic Colors of #d8dc98

#d8dc98

Complementary Color

#d8dc98 #9c98dc

#d8dc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dc98 Color CSS Codes

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

#d8dc98 Text Font Color

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

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


#d8dc98 Background Color

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

This div background color is #d8dc98


#d8dc98 Border Color

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

This div border color is #d8dc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dc98


Comments

No comments written yet.

Please login to write comment.