Color Hex Logo

#dbf590 Color Hex

#DBF590
(219,245,144)
0 Favorites   0 Comments

Color spaces of #dbf590

RGB 219245144
HSL0.210.830.76
HSV75°41°96°
CMYK 0.110.000.41   0.04
XYZ66.899982.378538.7602
Yxy82.37850.35580.4381
Hunter Lab90.7626-27.264638.2140
CIE-Lab92.7417-23.947245.7414

#dbf590 color RGB value is (219,245,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 10010000
Octal 333 365 220
Decimal 219 245 144
Hex DB F5 90

RGB Percentages of Color #dbf590

%36.02
%40.30
%23.68

CMYK Percentages of Color #dbf590

%11
%0
%41
%4

Triadic Colors of #dbf590

#dbf590 #90dbf5 #f590db

Analogous Colors of #dbf590

#dbf590 #a9f590 #f5dd90

Monochromatic Colors of #dbf590

#dbf590

Complementary Color

#dbf590 #aa90f5

#dbf590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf590 Color CSS Codes

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

#dbf590 Text Font Color

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

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


#dbf590 Background Color

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

This div background color is #dbf590


#dbf590 Border Color

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

This div border color is #dbf590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf590


Comments

No comments written yet.

Please login to write comment.