Color Hex Logo

#dbe964 Color Hex

#DBE964
(219,233,100)
0 Favorites   0 Comments

Color spaces of #dbe964

RGB 219233100
HSL0.180.750.65
HSV66°57°91°
CMYK 0.060.000.57   0.09
XYZ60.652674.258023.1931
Yxy74.25800.38360.4697
Hunter Lab86.1731-25.166344.3635
CIE-Lab89.0443-22.309661.6672

#dbe964 color RGB value is (219,233,100).

#dbe964 hex color red value is 219, green value is 233 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dbe964 hue: 0.18 , saturation: 0.75 and the lightness value of dbe964 is 0.65.

The process color (four color CMYK) of #dbe964 color hex is 0.06, 0.00, 0.57, 0.09. Web safe color of #dbe964 is #ccff66. Color #dbe964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01100100
Octal 333 351 144
Decimal 219 233 100
Hex DB E9 64

RGB Percentages of Color #dbe964

%39.67
%42.21
%18.12

CMYK Percentages of Color #dbe964

%6
%0
%57
%9

Triadic Colors of #dbe964

#dbe964 #64dbe9 #e964db

Analogous Colors of #dbe964

#dbe964 #99e964 #e9b564

Monochromatic Colors of #dbe964

#dbe964

Complementary Color

#dbe964 #7264e9

#dbe964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe964 Color CSS Codes

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

#dbe964 Text Font Color

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

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


#dbe964 Background Color

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

This div background color is #dbe964


#dbe964 Border Color

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

This div border color is #dbe964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe964


Comments

No comments written yet.

Please login to write comment.