Color Hex Logo

#69db29 Color Hex

#69DB29
(105,219,41)
0 Favorites   0 Comments

Color spaces of #69db29

RGB 10521941
HSL0.270.710.51
HSV98°81°86°
CMYK 0.520.000.81   0.14
XYZ31.557553.826410.8241
Yxy53.82640.32800.5595
Hunter Lab73.3665-51.612242.6092
CIE-Lab78.3604-60.501170.0414

#69db29 color RGB value is (105,219,41).

#69db29 hex color red value is 105, green value is 219 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #69db29 hue: 0.27 , saturation: 0.71 and the lightness value of 69db29 is 0.51.

The process color (four color CMYK) of #69db29 color hex is 0.52, 0.00, 0.81, 0.14. Web safe color of #69db29 is #66cc33. Color #69db29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 00101001
Octal 151 333 51
Decimal 105 219 41
Hex 69 DB 29

RGB Percentages of Color #69db29

%28.77
%60.00
%11.23

CMYK Percentages of Color #69db29

%52
%0
%81
%14

Triadic Colors of #69db29

#69db29 #2969db #db2969

Analogous Colors of #69db29

#69db29 #29db42 #c2db29

Monochromatic Colors of #69db29

#69db29

Complementary Color

#69db29 #9b29db

#69db29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69db29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69db29 Color CSS Codes

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

#69db29 Text Font Color

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

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


#69db29 Background Color

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

This div background color is #69db29


#69db29 Border Color

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

This div border color is #69db29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69db29


Comments

No comments written yet.

Please login to write comment.