color codes Logo

#dbe02c color codes

#DBE02C
(219,224,44)
0 Favorites   0 Comments

Color spaces of #dbe02c

RGB 21922444
HSL0.170.740.53
HSV62°80°88°
CMYK 0.020.000.80   0.12
XYZ56.323768.553212.6464
Yxy68.55320.40960.4985
Hunter Lab82.7969-23.467448.9018
CIE-Lab86.2823-20.899578.7677

#dbe02c color RGB value is (219,224,44).

#dbe02c hex color red value is 219, green value is 224 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dbe02c hue: 0.17 , saturation: 0.74 and the lightness value of dbe02c is 0.53.

The process color (four color CMYK) of #dbe02c color code is 0.02, 0.00, 0.80, 0.12. Web safe color of #dbe02c is #cccc33. Color #dbe02c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 00101100
Octal 333 340 54
Decimal 219 224 44
Hex DB E0 2C

RGB Percentages of Color #dbe02c

%44.97
%46.00
%9.03

CMYK Percentages of Color #dbe02c

%2
%0
%80
%12

Triadic Colors of #dbe02c

#dbe02c #2cdbe0 #e02cdb

Analogous Colors of #dbe02c

#dbe02c #81e02c #e08b2c

Monochromatic Colors of #dbe02c

#dbe02c

Complementary Color

#dbe02c #312ce0

#dbe02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe02c Color CSS Codes

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

#dbe02c Text Font Color

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

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


#dbe02c Background Color

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

This div background color is #dbe02c


#dbe02c Border Color

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

This div border color is #dbe02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe02c


Comments

No comments written yet.

Please login to write comment.