Color Hex Logo

#dbe764 Color Hex

#DBE764
(219,231,100)
0 Favorites   0 Comments

Color spaces of #dbe764

RGB 219231100
HSL0.180.730.65
HSV65°57°91°
CMYK 0.050.000.57   0.09
XYZ60.089673.132023.0054
Yxy73.13200.38460.4681
Hunter Lab85.5172-24.230343.9122
CIE-Lab88.5106-21.345561.0702

#dbe764 color RGB value is (219,231,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01100100
Octal 333 347 144
Decimal 219 231 100
Hex DB E7 64

RGB Percentages of Color #dbe764

%39.82
%42.00
%18.18

CMYK Percentages of Color #dbe764

%5
%0
%57
%9

Triadic Colors of #dbe764

#dbe764 #64dbe7 #e764db

Analogous Colors of #dbe764

#dbe764 #9ae764 #e7b264

Monochromatic Colors of #dbe764

#dbe764

Complementary Color

#dbe764 #7064e7

#dbe764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe764 Color CSS Codes

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

#dbe764 Text Font Color

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

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


#dbe764 Background Color

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

This div background color is #dbe764


#dbe764 Border Color

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

This div border color is #dbe764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe764


Comments

No comments written yet.

Please login to write comment.