Color Hex Logo

#dbf588 Color Hex

#DBF588
(219,245,136)
0 Favorites   0 Comments

Color spaces of #dbf588

RGB 219245136
HSL0.210.840.75
HSV74°44°96°
CMYK 0.110.000.44   0.04
XYZ66.309882.142535.6527
Yxy82.14250.36020.4462
Hunter Lab90.6325-28.010240.1195
CIE-Lab92.6377-24.810849.4562

#dbf588 color RGB value is (219,245,136).

#dbf588 hex color red value is 219, green value is 245 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dbf588 hue: 0.21 , saturation: 0.84 and the lightness value of dbf588 is 0.75.

The process color (four color CMYK) of #dbf588 color hex is 0.11, 0.00, 0.44, 0.04. Web safe color of #dbf588 is #ccff99. Color #dbf588 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 10001000
Octal 333 365 210
Decimal 219 245 136
Hex DB F5 88

RGB Percentages of Color #dbf588

%36.50
%40.83
%22.67

CMYK Percentages of Color #dbf588

%11
%0
%44
%4

Triadic Colors of #dbf588

#dbf588 #88dbf5 #f588db

Analogous Colors of #dbf588

#dbf588 #a5f588 #f5d988

Monochromatic Colors of #dbf588

#dbf588

Complementary Color

#dbf588 #a288f5

#dbf588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf588 Color CSS Codes

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

#dbf588 Text Font Color

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

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


#dbf588 Background Color

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

This div background color is #dbf588


#dbf588 Border Color

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

This div border color is #dbf588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf588


Comments

No comments written yet.

Please login to write comment.