Color Hex Logo

#dbf97d Color Hex

#DBF97D
(219,249,125)
0 Favorites   0 Comments

Color spaces of #dbf97d

RGB 219249125
HSL0.210.910.73
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ66.790884.292132.1518
Yxy84.29210.36450.4600
Hunter Lab91.8107-30.813043.5044
CIE-Lab93.5772-27.790755.7444

#dbf97d color RGB value is (219,249,125).

#dbf97d hex color red value is 219, green value is 249 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dbf97d hue: 0.21 , saturation: 0.91 and the lightness value of dbf97d is 0.73.

The process color (four color CMYK) of #dbf97d color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #dbf97d is #ccff66. Color #dbf97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01111101
Octal 333 371 175
Decimal 219 249 125
Hex DB F9 7D

RGB Percentages of Color #dbf97d

%36.93
%41.99
%21.08

CMYK Percentages of Color #dbf97d

%12
%0
%50
%2

Triadic Colors of #dbf97d

#dbf97d #7ddbf9 #f97ddb

Analogous Colors of #dbf97d

#dbf97d #9df97d #f9d97d

Monochromatic Colors of #dbf97d

#dbf97d

Complementary Color

#dbf97d #9b7df9

#dbf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf97d Color CSS Codes

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

#dbf97d Text Font Color

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

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


#dbf97d Background Color

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

This div background color is #dbf97d


#dbf97d Border Color

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

This div border color is #dbf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf97d


Comments

No comments written yet.

Please login to write comment.