Color Hex Logo

#dbe963 Color Hex

#DBE963
(219,233,99)
0 Favorites   0 Comments

Color spaces of #dbe963

RGB 21923399
HSL0.180.750.65
HSV66°58°91°
CMYK 0.060.000.58   0.09
XYZ60.604574.238722.9397
Yxy74.23870.38410.4705
Hunter Lab86.1619-25.230144.5280
CIE-Lab89.0352-22.384262.0881

#dbe963 color RGB value is (219,233,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01100011
Octal 333 351 143
Decimal 219 233 99
Hex DB E9 63

RGB Percentages of Color #dbe963

%39.75
%42.29
%17.97

CMYK Percentages of Color #dbe963

%6
%0
%58
%9

Triadic Colors of #dbe963

#dbe963 #63dbe9 #e963db

Analogous Colors of #dbe963

#dbe963 #98e963 #e9b463

Monochromatic Colors of #dbe963

#dbe963

Complementary Color

#dbe963 #7163e9

#dbe963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe963 Color CSS Codes

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

#dbe963 Text Font Color

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

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


#dbe963 Background Color

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

This div background color is #dbe963


#dbe963 Border Color

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

This div border color is #dbe963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe963


Comments

No comments written yet.

Please login to write comment.