Color Hex Logo

#dbea63 Color Hex

#DBEA63
(219,234,99)
0 Favorites   0 Comments

Color spaces of #dbea63

RGB 21923499
HSL0.190.760.65
HSV67°58°92°
CMYK 0.060.000.58   0.08
XYZ60.888474.806623.0343
Yxy74.80660.38360.4713
Hunter Lab86.4908-25.697244.7534
CIE-Lab89.3023-22.864762.3854

#dbea63 color RGB value is (219,234,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01100011
Octal 333 352 143
Decimal 219 234 99
Hex DB EA 63

RGB Percentages of Color #dbea63

%39.67
%42.39
%17.93

CMYK Percentages of Color #dbea63

%6
%0
%58
%8

Triadic Colors of #dbea63

#dbea63 #63dbea #ea63db

Analogous Colors of #dbea63

#dbea63 #98ea63 #eab663

Monochromatic Colors of #dbea63

#dbea63

Complementary Color

#dbea63 #7263ea

#dbea63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea63 Color CSS Codes

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

#dbea63 Text Font Color

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

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


#dbea63 Background Color

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

This div background color is #dbea63


#dbea63 Border Color

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

This div border color is #dbea63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea63


Comments

No comments written yet.

Please login to write comment.