Color Hex Logo

#dbf870 Color Hex

#DBF870
(219,248,112)
0 Favorites   0 Comments

Color spaces of #dbf870

RGB 219248112
HSL0.200.910.71
HSV73°55°97°
CMYK 0.120.000.55   0.03
XYZ65.705483.364727.9572
Yxy83.36470.37120.4709
Hunter Lab91.3043-31.328345.7585
CIE-Lab93.1739-28.473361.1126

#dbf870 color RGB value is (219,248,112).

#dbf870 hex color red value is 219, green value is 248 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dbf870 hue: 0.20 , saturation: 0.91 and the lightness value of dbf870 is 0.71.

The process color (four color CMYK) of #dbf870 color hex is 0.12, 0.00, 0.55, 0.03. Web safe color of #dbf870 is #ccff66. Color #dbf870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111000 01110000
Octal 333 370 160
Decimal 219 248 112
Hex DB F8 70

RGB Percentages of Color #dbf870

%37.82
%42.83
%19.34

CMYK Percentages of Color #dbf870

%12
%0
%55
%3

Triadic Colors of #dbf870

#dbf870 #70dbf8 #f870db

Analogous Colors of #dbf870

#dbf870 #97f870 #f8d170

Monochromatic Colors of #dbf870

#dbf870

Complementary Color

#dbf870 #8d70f8

#dbf870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf870 Color CSS Codes

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

#dbf870 Text Font Color

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

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


#dbf870 Background Color

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

This div background color is #dbf870


#dbf870 Border Color

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

This div border color is #dbf870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf870


Comments

No comments written yet.

Please login to write comment.