Color Hex Logo

#69dd5d Color Hex

#69DD5D
(105,221,93)
0 Favorites   0 Comments

Color spaces of #69dd5d

RGB 10522193
HSL0.320.650.62
HSV114°58°87°
CMYK 0.520.000.58   0.13
XYZ33.657955.506519.2958
Yxy55.50650.31030.5118
Hunter Lab74.5027-49.739236.7961
CIE-Lab79.3321-57.172752.0266

#69dd5d color RGB value is (105,221,93).

#69dd5d hex color red value is 105, green value is 221 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #69dd5d hue: 0.32 , saturation: 0.65 and the lightness value of 69dd5d is 0.62.

The process color (four color CMYK) of #69dd5d color hex is 0.52, 0.00, 0.58, 0.13. Web safe color of #69dd5d is #66cc66. Color #69dd5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 01011101
Octal 151 335 135
Decimal 105 221 93
Hex 69 DD 5D

RGB Percentages of Color #69dd5d

%25.06
%52.74
%22.20

CMYK Percentages of Color #69dd5d

%52
%0
%58
%13

Triadic Colors of #69dd5d

#69dd5d #5d69dd #dd5d69

Analogous Colors of #69dd5d

#69dd5d #5ddd91 #a9dd5d

Monochromatic Colors of #69dd5d

#69dd5d

Complementary Color

#69dd5d #d15ddd

#69dd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dd5d Color CSS Codes

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

#69dd5d Text Font Color

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

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


#69dd5d Background Color

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

This div background color is #69dd5d


#69dd5d Border Color

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

This div border color is #69dd5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,221,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dd5d


Comments

No comments written yet.

Please login to write comment.