Color Hex Logo

#dbf25d Color Hex

#DBF25D
(219,242,93)
0 Favorites   0 Comments

Color spaces of #dbf25d

RGB 21924293
HSL0.190.850.66
HSV69°62°95°
CMYK 0.100.000.62   0.05
XYZ62.941379.354622.3555
Yxy79.35460.38230.4820
Hunter Lab89.0812-29.771047.4776
CIE-Lab91.3945-27.092067.1749

#dbf25d color RGB value is (219,242,93).

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

The process color (four color CMYK) of #dbf25d color hex is 0.10, 0.00, 0.62, 0.05. Web safe color of #dbf25d is #ccff66. Color #dbf25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 01011101
Octal 333 362 135
Decimal 219 242 93
Hex DB F2 5D

RGB Percentages of Color #dbf25d

%39.53
%43.68
%16.79

CMYK Percentages of Color #dbf25d

%10
%0
%62
%5

Triadic Colors of #dbf25d

#dbf25d #5ddbf2 #f25ddb

Analogous Colors of #dbf25d

#dbf25d #91f25d #f2bf5d

Monochromatic Colors of #dbf25d

#dbf25d

Complementary Color

#dbf25d #745df2

#dbf25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf25d Color CSS Codes

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

#dbf25d Text Font Color

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

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


#dbf25d Background Color

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

This div background color is #dbf25d


#dbf25d Border Color

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

This div border color is #dbf25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf25d

Related Colors


Comments

No comments written yet.

Please login to write comment.