Color Hex Logo

#dbe065 Color Hex

#DBE065
(219,224,101)
0 Favorites   0 Comments

Color spaces of #dbe065

RGB 219224101
HSL0.170.660.64
HSV62°55°88°
CMYK 0.020.000.55   0.12
XYZ58.218069.311022.6219
Yxy69.31100.38770.4616
Hunter Lab83.2532-20.870242.1667
CIE-Lab86.6578-17.861658.5414

#dbe065 color RGB value is (219,224,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01100101
Octal 333 340 145
Decimal 219 224 101
Hex DB E0 65

RGB Percentages of Color #dbe065

%40.26
%41.18
%18.57

CMYK Percentages of Color #dbe065

%2
%0
%55
%12

Triadic Colors of #dbe065

#dbe065 #65dbe0 #e065db

Analogous Colors of #dbe065

#dbe065 #9ee065 #e0a865

Monochromatic Colors of #dbe065

#dbe065

Complementary Color

#dbe065 #6a65e0

#dbe065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe065 Color CSS Codes

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

#dbe065 Text Font Color

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

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


#dbe065 Background Color

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

This div background color is #dbe065


#dbe065 Border Color

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

This div border color is #dbe065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe065


Comments

No comments written yet.

Please login to write comment.