Color Hex Logo

#dbea44 Color Hex

#DBEA44
(219,234,68)
0 Favorites   0 Comments

Color spaces of #dbea44

RGB 21923468
HSL0.180.800.59
HSV65°71°92°
CMYK 0.060.000.71   0.08
XYZ59.679674.323116.6692
Yxy74.32310.39610.4933
Hunter Lab86.2108-27.302148.8836
CIE-Lab89.0750-24.756274.1725

#dbea44 color RGB value is (219,234,68).

#dbea44 hex color red value is 219, green value is 234 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dbea44 hue: 0.18 , saturation: 0.80 and the lightness value of dbea44 is 0.59.

The process color (four color CMYK) of #dbea44 color hex is 0.06, 0.00, 0.71, 0.08. Web safe color of #dbea44 is #ccff33. Color #dbea44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01000100
Octal 333 352 104
Decimal 219 234 68
Hex DB EA 44

RGB Percentages of Color #dbea44

%42.03
%44.91
%13.05

CMYK Percentages of Color #dbea44

%6
%0
%71
%8

Triadic Colors of #dbea44

#dbea44 #44dbea #ea44db

Analogous Colors of #dbea44

#dbea44 #88ea44 #eaa644

Monochromatic Colors of #dbea44

#dbea44

Complementary Color

#dbea44 #5344ea

#dbea44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea44 Color CSS Codes

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

#dbea44 Text Font Color

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

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


#dbea44 Background Color

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

This div background color is #dbea44


#dbea44 Border Color

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

This div border color is #dbea44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea44


Comments

No comments written yet.

Please login to write comment.