Color Hex Logo

#dbf281 Color Hex

#DBF281
(219,242,129)
0 Favorites   0 Comments

Color spaces of #dbf281

RGB 219242129
HSL0.200.810.73
HSV72°47°95°
CMYK 0.100.000.47   0.05
XYZ64.928080.149332.8172
Yxy80.14930.36500.4505
Hunter Lab89.5261-27.215340.9346
CIE-Lab91.7518-24.094251.6846

#dbf281 color RGB value is (219,242,129).

#dbf281 hex color red value is 219, green value is 242 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dbf281 hue: 0.20 , saturation: 0.81 and the lightness value of dbf281 is 0.73.

The process color (four color CMYK) of #dbf281 color hex is 0.10, 0.00, 0.47, 0.05. Web safe color of #dbf281 is #ccff99. Color #dbf281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 10000001
Octal 333 362 201
Decimal 219 242 129
Hex DB F2 81

RGB Percentages of Color #dbf281

%37.12
%41.02
%21.86

CMYK Percentages of Color #dbf281

%10
%0
%47
%5

Triadic Colors of #dbf281

#dbf281 #81dbf2 #f281db

Analogous Colors of #dbf281

#dbf281 #a3f281 #f2d181

Monochromatic Colors of #dbf281

#dbf281

Complementary Color

#dbf281 #9881f2

#dbf281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf281 Color CSS Codes

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

#dbf281 Text Font Color

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

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


#dbf281 Background Color

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

This div background color is #dbf281


#dbf281 Border Color

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

This div border color is #dbf281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf281


Comments

No comments written yet.

Please login to write comment.