Color Hex Logo

#dbf574 Color Hex

#DBF574
(219,245,116)
0 Favorites   0 Comments

Color spaces of #dbf574

RGB 219245116
HSL0.200.870.71
HSV72°53°96°
CMYK 0.110.000.53   0.04
XYZ65.018281.625828.8515
Yxy81.62580.37050.4651
Hunter Lab90.3470-29.649844.3092
CIE-Lab92.4094-26.725058.4534

#dbf574 color RGB value is (219,245,116).

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

The process color (four color CMYK) of #dbf574 color hex is 0.11, 0.00, 0.53, 0.04. Web safe color of #dbf574 is #ccff66. Color #dbf574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 01110100
Octal 333 365 164
Decimal 219 245 116
Hex DB F5 74

RGB Percentages of Color #dbf574

%37.76
%42.24
%20.00

CMYK Percentages of Color #dbf574

%11
%0
%53
%4

Triadic Colors of #dbf574

#dbf574 #74dbf5 #f574db

Analogous Colors of #dbf574

#dbf574 #9bf574 #f5cf74

Monochromatic Colors of #dbf574

#dbf574

Complementary Color

#dbf574 #8e74f5

#dbf574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf574 Color CSS Codes

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

#dbf574 Text Font Color

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

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


#dbf574 Background Color

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

This div background color is #dbf574


#dbf574 Border Color

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

This div border color is #dbf574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf574


Comments

No comments written yet.

Please login to write comment.