Color Hex Logo

#dbf47b Color Hex

#DBF47B
(219,244,123)
0 Favorites   0 Comments

Color spaces of #dbf47b

RGB 219244123
HSL0.200.850.72
HSV72°50°96°
CMYK 0.100.000.50   0.04
XYZ65.139381.191530.9772
Yxy81.19150.36740.4579
Hunter Lab90.1063-28.645642.6914
CIE-Lab92.2168-25.621555.0409

#dbf47b color RGB value is (219,244,123).

#dbf47b hex color red value is 219, green value is 244 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dbf47b hue: 0.20 , saturation: 0.85 and the lightness value of dbf47b is 0.72.

The process color (four color CMYK) of #dbf47b color hex is 0.10, 0.00, 0.50, 0.04. Web safe color of #dbf47b is #ccff66. Color #dbf47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 01111011
Octal 333 364 173
Decimal 219 244 123
Hex DB F4 7B

RGB Percentages of Color #dbf47b

%37.37
%41.64
%20.99

CMYK Percentages of Color #dbf47b

%10
%0
%50
%4

Triadic Colors of #dbf47b

#dbf47b #7bdbf4 #f47bdb

Analogous Colors of #dbf47b

#dbf47b #9ff47b #f4d17b

Monochromatic Colors of #dbf47b

#dbf47b

Complementary Color

#dbf47b #947bf4

#dbf47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf47b Color CSS Codes

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

#dbf47b Text Font Color

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

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


#dbf47b Background Color

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

This div background color is #dbf47b


#dbf47b Border Color

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

This div border color is #dbf47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf47b


Comments

No comments written yet.

Please login to write comment.