Color Hex Logo

#dbf153 Color Hex

#DBF153
(219,241,83)
0 Favorites   0 Comments

Color spaces of #dbf153

RGB 21924183
HSL0.190.850.64
HSV68°66°95°
CMYK 0.090.000.66   0.05
XYZ62.230078.595220.0741
Yxy78.59520.38680.4885
Hunter Lab88.6539-29.847648.6326
CIE-Lab91.0508-27.258670.7407

#dbf153 color RGB value is (219,241,83).

#dbf153 hex color red value is 219, green value is 241 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dbf153 hue: 0.19 , saturation: 0.85 and the lightness value of dbf153 is 0.64.

The process color (four color CMYK) of #dbf153 color hex is 0.09, 0.00, 0.66, 0.05. Web safe color of #dbf153 is #ccff66. Color #dbf153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01010011
Octal 333 361 123
Decimal 219 241 83
Hex DB F1 53

RGB Percentages of Color #dbf153

%40.33
%44.38
%15.29

CMYK Percentages of Color #dbf153

%9
%0
%66
%5

Triadic Colors of #dbf153

#dbf153 #53dbf1 #f153db

Analogous Colors of #dbf153

#dbf153 #8cf153 #f1b853

Monochromatic Colors of #dbf153

#dbf153

Complementary Color

#dbf153 #6953f1

#dbf153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf153 Color CSS Codes

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

#dbf153 Text Font Color

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

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


#dbf153 Background Color

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

This div background color is #dbf153


#dbf153 Border Color

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

This div border color is #dbf153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf153


Comments

No comments written yet.

Please login to write comment.