Color Hex Logo

#dbe25d Color Hex

#DBE25D
(219,226,93)
0 Favorites   0 Comments

Color spaces of #dbe25d

RGB 21922693
HSL0.180.700.63
HSV63°59°89°
CMYK 0.030.000.59   0.11
XYZ58.385670.243120.8370
Yxy70.24310.39060.4700
Hunter Lab83.8112-22.320643.9272
CIE-Lab87.1160-19.429362.5324

#dbe25d color RGB value is (219,226,93).

#dbe25d hex color red value is 219, green value is 226 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbe25d hue: 0.18 , saturation: 0.70 and the lightness value of dbe25d is 0.63.

The process color (four color CMYK) of #dbe25d color hex is 0.03, 0.00, 0.59, 0.11. Web safe color of #dbe25d is #cccc66. Color #dbe25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 01011101
Octal 333 342 135
Decimal 219 226 93
Hex DB E2 5D

RGB Percentages of Color #dbe25d

%40.71
%42.01
%17.29

CMYK Percentages of Color #dbe25d

%3
%0
%59
%11

Triadic Colors of #dbe25d

#dbe25d #5ddbe2 #e25ddb

Analogous Colors of #dbe25d

#dbe25d #99e25d #e2a75d

Monochromatic Colors of #dbe25d

#dbe25d

Complementary Color

#dbe25d #645de2

#dbe25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe25d Color CSS Codes

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

#dbe25d Text Font Color

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

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


#dbe25d Background Color

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

This div background color is #dbe25d


#dbe25d Border Color

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

This div border color is #dbe25d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,226,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 #dbe25d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe25d


Comments

No comments written yet.

Please login to write comment.