Color Hex Logo

#dbe62d Color Hex

#DBE62D
(219,230,45)
0 Favorites   0 Comments

Color spaces of #dbe62d

RGB 21923045
HSL0.180.790.54
HSV64°80°90°
CMYK 0.050.000.80   0.10
XYZ57.983971.843213.2937
Yxy71.84320.40510.5020
Hunter Lab84.7604-26.220250.0333
CIE-Lab87.8931-23.755979.9076

#dbe62d color RGB value is (219,230,45).

#dbe62d hex color red value is 219, green value is 230 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dbe62d hue: 0.18 , saturation: 0.79 and the lightness value of dbe62d is 0.54.

The process color (four color CMYK) of #dbe62d color hex is 0.05, 0.00, 0.80, 0.10. Web safe color of #dbe62d is #ccff33. Color #dbe62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 00101101
Octal 333 346 55
Decimal 219 230 45
Hex DB E6 2D

RGB Percentages of Color #dbe62d

%44.33
%46.56
%9.11

CMYK Percentages of Color #dbe62d

%5
%0
%80
%10

Triadic Colors of #dbe62d

#dbe62d #2ddbe6 #e62ddb

Analogous Colors of #dbe62d

#dbe62d #7fe62d #e6952d

Monochromatic Colors of #dbe62d

#dbe62d

Complementary Color

#dbe62d #382de6

#dbe62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe62d Color CSS Codes

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

#dbe62d Text Font Color

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

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


#dbe62d Background Color

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

This div background color is #dbe62d


#dbe62d Border Color

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

This div border color is #dbe62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe62d


Comments

No comments written yet.

Please login to write comment.