Color Hex Logo

#dbf088 Color Hex

#DBF088
(219,240,136)
0 Favorites   0 Comments

Color spaces of #dbf088

RGB 219240136
HSL0.200.780.74
HSV72°43°94°
CMYK 0.090.000.43   0.06
XYZ64.817479.157835.1553
Yxy79.15780.36180.4419
Hunter Lab88.9707-25.656938.8520
CIE-Lab91.3056-22.421247.8036

#dbf088 color RGB value is (219,240,136).

#dbf088 hex color red value is 219, green value is 240 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dbf088 hue: 0.20 , saturation: 0.78 and the lightness value of dbf088 is 0.74.

The process color (four color CMYK) of #dbf088 color hex is 0.09, 0.00, 0.43, 0.06. Web safe color of #dbf088 is #ccff99. Color #dbf088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 10001000
Octal 333 360 210
Decimal 219 240 136
Hex DB F0 88

RGB Percentages of Color #dbf088

%36.81
%40.34
%22.86

CMYK Percentages of Color #dbf088

%9
%0
%43
%6

Triadic Colors of #dbf088

#dbf088 #88dbf0 #f088db

Analogous Colors of #dbf088

#dbf088 #a7f088 #f0d188

Monochromatic Colors of #dbf088

#dbf088

Complementary Color

#dbf088 #9d88f0

#dbf088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf088 Color CSS Codes

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

#dbf088 Text Font Color

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

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


#dbf088 Background Color

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

This div background color is #dbf088


#dbf088 Border Color

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

This div border color is #dbf088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf088


Comments

No comments written yet.

Please login to write comment.