Color Hex Logo

#dbf947 Color Hex

#DBF947
(219,249,71)
0 Favorites   0 Comments

Color spaces of #dbf947

RGB 21924971
HSL0.190.940.63
HSV70°71°98°
CMYK 0.120.000.71   0.02
XYZ64.226483.266418.6482
Yxy83.26640.38660.5012
Hunter Lab91.2504-34.051451.7586
CIE-Lab93.1309-31.630677.0888

#dbf947 color RGB value is (219,249,71).

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

The process color (four color CMYK) of #dbf947 color hex is 0.12, 0.00, 0.71, 0.02. Web safe color of #dbf947 is #ccff33. Color #dbf947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01000111
Octal 333 371 107
Decimal 219 249 71
Hex DB F9 47

RGB Percentages of Color #dbf947

%40.63
%46.20
%13.17

CMYK Percentages of Color #dbf947

%12
%0
%71
%2

Triadic Colors of #dbf947

#dbf947 #47dbf9 #f947db

Analogous Colors of #dbf947

#dbf947 #82f947 #f9be47

Monochromatic Colors of #dbf947

#dbf947

Complementary Color

#dbf947 #6547f9

#dbf947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf947 Color CSS Codes

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

#dbf947 Text Font Color

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

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


#dbf947 Background Color

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

This div background color is #dbf947


#dbf947 Border Color

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

This div border color is #dbf947


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,249,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 #dbf947">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf947

Related Colors


Comments

No comments written yet.

Please login to write comment.