Color Hex Logo

#dbf977 Color Hex

#DBF977
(219,249,119)
0 Favorites   0 Comments

Color spaces of #dbf977

RGB 219249119
HSL0.210.920.72
HSV74°52°98°
CMYK 0.120.000.52   0.02
XYZ66.418984.143330.1934
Yxy84.14330.36750.4655
Hunter Lab91.7297-31.280044.6951
CIE-Lab93.5127-28.339258.3941

#dbf977 color RGB value is (219,249,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01110111
Octal 333 371 167
Decimal 219 249 119
Hex DB F9 77

RGB Percentages of Color #dbf977

%37.31
%42.42
%20.27

CMYK Percentages of Color #dbf977

%12
%0
%52
%2

Triadic Colors of #dbf977

#dbf977 #77dbf9 #f977db

Analogous Colors of #dbf977

#dbf977 #9af977 #f9d677

Monochromatic Colors of #dbf977

#dbf977

Complementary Color

#dbf977 #9577f9

#dbf977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf977 Color CSS Codes

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

#dbf977 Text Font Color

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

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


#dbf977 Background Color

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

This div background color is #dbf977


#dbf977 Border Color

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

This div border color is #dbf977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf977

Related Colors


Comments

No comments written yet.

Please login to write comment.