Color Hex Logo

#dbf128 Color Hex

#DBF128
(219,241,40)
0 Favorites   0 Comments

Color spaces of #dbf128

RGB 21924140
HSL0.180.880.55
HSV67°83°95°
CMYK 0.090.000.83   0.05
XYZ61.051778.123913.8691
Yxy78.12390.39890.5105
Hunter Lab88.3877-31.383952.5681
CIE-Lab90.8364-29.092283.5710

#dbf128 color RGB value is (219,241,40).

#dbf128 hex color red value is 219, green value is 241 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dbf128 hue: 0.18 , saturation: 0.88 and the lightness value of dbf128 is 0.55.

The process color (four color CMYK) of #dbf128 color hex is 0.09, 0.00, 0.83, 0.05. Web safe color of #dbf128 is #ccff33. Color #dbf128 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 00101000
Octal 333 361 50
Decimal 219 241 40
Hex DB F1 28

RGB Percentages of Color #dbf128

%43.80
%48.20
%8.00

CMYK Percentages of Color #dbf128

%9
%0
%83
%5

Triadic Colors of #dbf128

#dbf128 #28dbf1 #f128db

Analogous Colors of #dbf128

#dbf128 #77f128 #f1a328

Monochromatic Colors of #dbf128

#dbf128

Complementary Color

#dbf128 #3e28f1

#dbf128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf128 Color CSS Codes

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

#dbf128 Text Font Color

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

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


#dbf128 Background Color

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

This div background color is #dbf128


#dbf128 Border Color

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

This div border color is #dbf128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf128


Comments

No comments written yet.

Please login to write comment.