Color Hex Logo

#dbe965 Color Hex

#DBE965
(219,233,101)
0 Favorites   0 Comments

Color spaces of #dbe965

RGB 219233101
HSL0.180.750.65
HSV66°57°91°
CMYK 0.060.000.57   0.09
XYZ60.701374.277523.4496
Yxy74.27750.38310.4688
Hunter Lab86.1844-25.101844.1971
CIE-Lab89.0535-22.234061.2444

#dbe965 color RGB value is (219,233,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01100101
Octal 333 351 145
Decimal 219 233 101
Hex DB E9 65

RGB Percentages of Color #dbe965

%39.60
%42.13
%18.26

CMYK Percentages of Color #dbe965

%6
%0
%57
%9

Triadic Colors of #dbe965

#dbe965 #65dbe9 #e965db

Analogous Colors of #dbe965

#dbe965 #99e965 #e9b565

Monochromatic Colors of #dbe965

#dbe965

Complementary Color

#dbe965 #7365e9

#dbe965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe965 Color CSS Codes

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

#dbe965 Text Font Color

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

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


#dbe965 Background Color

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

This div background color is #dbe965


#dbe965 Border Color

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

This div border color is #dbe965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe965


Comments

No comments written yet.

Please login to write comment.