Color Hex Logo

#dbf547 Color Hex

#DBF547
(219,245,71)
0 Favorites   0 Comments

Color spaces of #dbf547

RGB 21924571
HSL0.190.900.62
HSV69°71°96°
CMYK 0.110.000.71   0.04
XYZ63.003280.819818.2404
Yxy80.81980.38880.4987
Hunter Lab89.8998-32.229150.9001
CIE-Lab92.0514-29.780976.0432

#dbf547 color RGB value is (219,245,71).

#dbf547 hex color red value is 219, green value is 245 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dbf547 hue: 0.19 , saturation: 0.90 and the lightness value of dbf547 is 0.62.

The process color (four color CMYK) of #dbf547 color hex is 0.11, 0.00, 0.71, 0.04. Web safe color of #dbf547 is #ccff33. Color #dbf547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 01000111
Octal 333 365 107
Decimal 219 245 71
Hex DB F5 47

RGB Percentages of Color #dbf547

%40.93
%45.79
%13.27

CMYK Percentages of Color #dbf547

%11
%0
%71
%4

Triadic Colors of #dbf547

#dbf547 #47dbf5 #f547db

Analogous Colors of #dbf547

#dbf547 #84f547 #f5b847

Monochromatic Colors of #dbf547

#dbf547

Complementary Color

#dbf547 #6147f5

#dbf547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf547 Color CSS Codes

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

#dbf547 Text Font Color

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

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


#dbf547 Background Color

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

This div background color is #dbf547


#dbf547 Border Color

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

This div border color is #dbf547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf547

Related Colors


Comments

No comments written yet.

Please login to write comment.