Color Hex Logo

#dbe765 Color Hex

#DBE765
(219,231,101)
0 Favorites   0 Comments

Color spaces of #dbe765

RGB 219231101
HSL0.180.730.65
HSV66°56°91°
CMYK 0.050.000.56   0.09
XYZ60.138373.151523.2619
Yxy73.15150.38410.4673
Hunter Lab85.5287-24.165343.7445
CIE-Lab88.5199-21.269660.6452

#dbe765 color RGB value is (219,231,101).

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

The process color (four color CMYK) of #dbe765 color hex is 0.05, 0.00, 0.56, 0.09. Web safe color of #dbe765 is #ccff66. Color #dbe765 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01100101
Octal 333 347 145
Decimal 219 231 101
Hex DB E7 65

RGB Percentages of Color #dbe765

%39.75
%41.92
%18.33

CMYK Percentages of Color #dbe765

%5
%0
%56
%9

Triadic Colors of #dbe765

#dbe765 #65dbe7 #e765db

Analogous Colors of #dbe765

#dbe765 #9ae765 #e7b265

Monochromatic Colors of #dbe765

#dbe765

Complementary Color

#dbe765 #7165e7

#dbe765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe765 Color CSS Codes

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

#dbe765 Text Font Color

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

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


#dbe765 Background Color

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

This div background color is #dbe765


#dbe765 Border Color

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

This div border color is #dbe765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe765


Comments

No comments written yet.

Please login to write comment.