Color Hex Logo

#dbea29 Color Hex

#DBEA29
(219,234,41)
0 Favorites   0 Comments

Color spaces of #dbea29

RGB 21923441
HSL0.180.820.54
HSV65°82°92°
CMYK 0.060.000.82   0.08
XYZ59.036574.065813.2824
Yxy74.06580.40330.5060
Hunter Lab86.0615-28.160151.0925
CIE-Lab88.9536-25.776481.7642

#dbea29 color RGB value is (219,234,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 00101001
Octal 333 352 51
Decimal 219 234 41
Hex DB EA 29

RGB Percentages of Color #dbea29

%44.33
%47.37
%8.30

CMYK Percentages of Color #dbea29

%6
%0
%82
%8

Triadic Colors of #dbea29

#dbea29 #29dbea #ea29db

Analogous Colors of #dbea29

#dbea29 #7bea29 #ea9929

Monochromatic Colors of #dbea29

#dbea29

Complementary Color

#dbea29 #3829ea

#dbea29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea29 Color CSS Codes

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

#dbea29 Text Font Color

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

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


#dbea29 Background Color

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

This div background color is #dbea29


#dbea29 Border Color

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

This div border color is #dbea29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea29


Comments

No comments written yet.

Please login to write comment.