Color Hex Logo

#dbe720 Color Hex

#DBE720
(219,231,32)
0 Favorites   0 Comments

Color spaces of #dbe720

RGB 21923132
HSL0.180.810.52
HSV64°86°91°
CMYK 0.050.000.86   0.09
XYZ58.050072.316212.2654
Yxy72.31620.40700.5070
Hunter Lab85.0389-26.968950.9757
CIE-Lab88.1206-24.575482.9271

#dbe720 color RGB value is (219,231,32).

#dbe720 hex color red value is 219, green value is 231 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbe720 hue: 0.18 , saturation: 0.81 and the lightness value of dbe720 is 0.52.

The process color (four color CMYK) of #dbe720 color hex is 0.05, 0.00, 0.86, 0.09. Web safe color of #dbe720 is #ccff33. Color #dbe720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 00100000
Octal 333 347 40
Decimal 219 231 32
Hex DB E7 20

RGB Percentages of Color #dbe720

%45.44
%47.93
%6.64

CMYK Percentages of Color #dbe720

%5
%0
%86
%9

Triadic Colors of #dbe720

#dbe720 #20dbe7 #e720db

Analogous Colors of #dbe720

#dbe720 #78e720 #e79020

Monochromatic Colors of #dbe720

#dbe720

Complementary Color

#dbe720 #2c20e7

#dbe720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe720 Color CSS Codes

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

#dbe720 Text Font Color

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

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


#dbe720 Background Color

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

This div background color is #dbe720


#dbe720 Border Color

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

This div border color is #dbe720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe720


Comments

No comments written yet.

Please login to write comment.