Color Hex Logo

#dbdf98 Color Hex

#DBDF98
(219,223,152)
0 Favorites   0 Comments

Color spaces of #dbdf98

RGB 219223152
HSL0.180.530.74
HSV63°32°87°
CMYK 0.020.000.32   0.13
XYZ61.268670.102440.0077
Yxy70.10240.35750.4090
Hunter Lab83.7272-15.902530.2782
CIE-Lab87.0471-12.248534.4185

#dbdf98 color RGB value is (219,223,152).

#dbdf98 hex color red value is 219, green value is 223 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbdf98 hue: 0.18 , saturation: 0.53 and the lightness value of dbdf98 is 0.74.

The process color (four color CMYK) of #dbdf98 color hex is 0.02, 0.00, 0.32, 0.13. Web safe color of #dbdf98 is #cccc99. Color #dbdf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10011000
Octal 333 337 230
Decimal 219 223 152
Hex DB DF 98

RGB Percentages of Color #dbdf98

%36.87
%37.54
%25.59

CMYK Percentages of Color #dbdf98

%2
%0
%32
%13

Triadic Colors of #dbdf98

#dbdf98 #98dbdf #df98db

Analogous Colors of #dbdf98

#dbdf98 #b8df98 #dfc098

Monochromatic Colors of #dbdf98

#dbdf98

Complementary Color

#dbdf98 #9c98df

#dbdf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf98 Color CSS Codes

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

#dbdf98 Text Font Color

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

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


#dbdf98 Background Color

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

This div background color is #dbdf98


#dbdf98 Border Color

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

This div border color is #dbdf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf98


Comments

No comments written yet.

Please login to write comment.