Color Hex Logo

#dbf245 Color Hex

#DBF245
(219,242,69)
0 Favorites   0 Comments

Color spaces of #dbf245

RGB 21924269
HSL0.190.870.61
HSV68°71°95°
CMYK 0.100.000.71   0.05
XYZ62.039778.994017.6078
Yxy78.99400.39110.4979
Hunter Lab88.8786-30.939650.4690
CIE-Lab91.2316-28.480875.9192

#dbf245 color RGB value is (219,242,69).

#dbf245 hex color red value is 219, green value is 242 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dbf245 hue: 0.19 , saturation: 0.87 and the lightness value of dbf245 is 0.61.

The process color (four color CMYK) of #dbf245 color hex is 0.10, 0.00, 0.71, 0.05. Web safe color of #dbf245 is #ccff33. Color #dbf245 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 01000101
Octal 333 362 105
Decimal 219 242 69
Hex DB F2 45

RGB Percentages of Color #dbf245

%41.32
%45.66
%13.02

CMYK Percentages of Color #dbf245

%10
%0
%71
%5

Triadic Colors of #dbf245

#dbf245 #45dbf2 #f245db

Analogous Colors of #dbf245

#dbf245 #85f245 #f2b345

Monochromatic Colors of #dbf245

#dbf245

Complementary Color

#dbf245 #5c45f2

#dbf245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf245 Color CSS Codes

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

#dbf245 Text Font Color

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

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


#dbf245 Background Color

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

This div background color is #dbf245


#dbf245 Border Color

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

This div border color is #dbf245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf245


Comments

No comments written yet.

Please login to write comment.