Color Hex Logo

#dbe064 Color Hex

#DBE064
(219,224,100)
0 Favorites   0 Comments

Color spaces of #dbe064

RGB 219224100
HSL0.170.670.64
HSV62°55°88°
CMYK 0.020.000.55   0.12
XYZ58.169369.291522.3653
Yxy69.29150.38820.4625
Hunter Lab83.2415-20.936642.3390
CIE-Lab86.6482-17.938658.9743

#dbe064 color RGB value is (219,224,100).

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

The process color (four color CMYK) of #dbe064 color hex is 0.02, 0.00, 0.55, 0.12. Web safe color of #dbe064 is #cccc66. Color #dbe064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01100100
Octal 333 340 144
Decimal 219 224 100
Hex DB E0 64

RGB Percentages of Color #dbe064

%40.33
%41.25
%18.42

CMYK Percentages of Color #dbe064

%2
%0
%55
%12

Triadic Colors of #dbe064

#dbe064 #64dbe0 #e064db

Analogous Colors of #dbe064

#dbe064 #9de064 #e0a764

Monochromatic Colors of #dbe064

#dbe064

Complementary Color

#dbe064 #6964e0

#dbe064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe064 Color CSS Codes

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

#dbe064 Text Font Color

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

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


#dbe064 Background Color

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

This div background color is #dbe064


#dbe064 Border Color

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

This div border color is #dbe064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe064


Comments

No comments written yet.

Please login to write comment.