Color Hex Logo

#dbff25 Color Hex

#DBFF25
(219,255,37)
0 Favorites   0 Comments

Color spaces of #dbff25

RGB 21925537
HSL0.191.000.57
HSV70°85°100°
CMYK 0.140.000.85   0.00
XYZ65.307386.713615.0456
Yxy86.71360.39090.5190
Hunter Lab93.1201-37.774155.6045
CIE-Lab94.6166-35.586787.3201

#dbff25 color RGB value is (219,255,37).

#dbff25 hex color red value is 219, green value is 255 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dbff25 hue: 0.19 , saturation: 1.00 and the lightness value of dbff25 is 0.57.

The process color (four color CMYK) of #dbff25 color hex is 0.14, 0.00, 0.85, 0.00. Web safe color of #dbff25 is #ccff33. Color #dbff25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 00100101
Octal 333 377 45
Decimal 219 255 37
Hex DB FF 25

RGB Percentages of Color #dbff25

%42.86
%49.90
%7.24

CMYK Percentages of Color #dbff25

%14
%0
%85
%0

Triadic Colors of #dbff25

#dbff25 #25dbff #ff25db

Analogous Colors of #dbff25

#dbff25 #6eff25 #ffb625

Monochromatic Colors of #dbff25

#dbff25

Complementary Color

#dbff25 #4925ff

#dbff25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff25 Color CSS Codes

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

#dbff25 Text Font Color

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

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


#dbff25 Background Color

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

This div background color is #dbff25


#dbff25 Border Color

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

This div border color is #dbff25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff25


Comments

No comments written yet.

Please login to write comment.