Color Hex Logo

#dbdf88 Color Hex

#DBDF88
(219,223,136)
0 Favorites   0 Comments

Color spaces of #dbdf88

RGB 219223136
HSL0.170.580.70
HSV63°39°87°
CMYK 0.020.000.39   0.13
XYZ60.045069.613033.5645
Yxy69.61300.36790.4265
Hunter Lab83.4344-17.549634.5525
CIE-Lab86.8067-14.107142.1484

#dbdf88 color RGB value is (219,223,136).

#dbdf88 hex color red value is 219, green value is 223 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dbdf88 hue: 0.17 , saturation: 0.58 and the lightness value of dbdf88 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10001000
Octal 333 337 210
Decimal 219 223 136
Hex DB DF 88

RGB Percentages of Color #dbdf88

%37.89
%38.58
%23.53

CMYK Percentages of Color #dbdf88

%2
%0
%39
%13

Triadic Colors of #dbdf88

#dbdf88 #88dbdf #df88db

Analogous Colors of #dbdf88

#dbdf88 #b0df88 #dfb888

Monochromatic Colors of #dbdf88

#dbdf88

Complementary Color

#dbdf88 #8c88df

#dbdf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf88 Color CSS Codes

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

#dbdf88 Text Font Color

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

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


#dbdf88 Background Color

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

This div background color is #dbdf88


#dbdf88 Border Color

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

This div border color is #dbdf88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,223,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf88


Comments

No comments written yet.

Please login to write comment.