Color Hex Logo

#dbf47a Color Hex

#DBF47A
(219,244,122)
0 Favorites   0 Comments

Color spaces of #dbf47a

RGB 219244122
HSL0.200.850.72
HSV72°50°96°
CMYK 0.100.000.50   0.04
XYZ65.077081.166630.6492
Yxy81.16660.36790.4588
Hunter Lab90.0925-28.725042.8945
CIE-Lab92.2058-25.714455.4877

#dbf47a color RGB value is (219,244,122).

#dbf47a hex color red value is 219, green value is 244 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dbf47a hue: 0.20 , saturation: 0.85 and the lightness value of dbf47a is 0.72.

The process color (four color CMYK) of #dbf47a color hex is 0.10, 0.00, 0.50, 0.04. Web safe color of #dbf47a is #ccff66. Color #dbf47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 01111010
Octal 333 364 172
Decimal 219 244 122
Hex DB F4 7A

RGB Percentages of Color #dbf47a

%37.44
%41.71
%20.85

CMYK Percentages of Color #dbf47a

%10
%0
%50
%4

Triadic Colors of #dbf47a

#dbf47a #7adbf4 #f47adb

Analogous Colors of #dbf47a

#dbf47a #9ef47a #f4d07a

Monochromatic Colors of #dbf47a

#dbf47a

Complementary Color

#dbf47a #937af4

#dbf47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf47a Color CSS Codes

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

#dbf47a Text Font Color

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

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


#dbf47a Background Color

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

This div background color is #dbf47a


#dbf47a Border Color

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

This div border color is #dbf47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf47a


Comments

No comments written yet.

Please login to write comment.