Color Hex Logo

#dbf469 Color Hex

#DBF469
(219,244,105)
0 Favorites   0 Comments

Color spaces of #dbf469

RGB 219244105
HSL0.200.860.68
HSV71°57°96°
CMYK 0.100.000.57   0.04
XYZ64.113980.781425.5778
Yxy80.78140.37610.4739
Hunter Lab89.8785-29.956246.0421
CIE-Lab92.0343-27.160262.8616

#dbf469 color RGB value is (219,244,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 01101001
Octal 333 364 151
Decimal 219 244 105
Hex DB F4 69

RGB Percentages of Color #dbf469

%38.56
%42.96
%18.49

CMYK Percentages of Color #dbf469

%10
%0
%57
%4

Triadic Colors of #dbf469

#dbf469 #69dbf4 #f469db

Analogous Colors of #dbf469

#dbf469 #96f469 #f4c869

Monochromatic Colors of #dbf469

#dbf469

Complementary Color

#dbf469 #8269f4

#dbf469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf469 Color CSS Codes

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

#dbf469 Text Font Color

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

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


#dbf469 Background Color

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

This div background color is #dbf469


#dbf469 Border Color

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

This div border color is #dbf469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf469


Comments

No comments written yet.

Please login to write comment.