Color Hex Logo

#69d29d Color Hex

#69D29D
(105,210,157)
0 Favorites   0 Comments

Color spaces of #69d29d

RGB 105210157
HSL0.420.540.62
HSV150°50°82°
CMYK 0.500.000.25   0.18
XYZ34.958151.530840.0022
Yxy51.53080.27640.4074
Hunter Lab71.7850-38.697117.2101
CIE-Lab76.9994-42.620417.1016

#69d29d color RGB value is (105,210,157).

#69d29d hex color red value is 105, green value is 210 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #69d29d hue: 0.42 , saturation: 0.54 and the lightness value of 69d29d is 0.62.

The process color (four color CMYK) of #69d29d color hex is 0.50, 0.00, 0.25, 0.18. Web safe color of #69d29d is #66cc99. Color #69d29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11010010 10011101
Octal 151 322 235
Decimal 105 210 157
Hex 69 D2 9D

RGB Percentages of Color #69d29d

%22.25
%44.49
%33.26

CMYK Percentages of Color #69d29d

%50
%0
%25
%18

Triadic Colors of #69d29d

#69d29d #9d69d2 #d29d69

Analogous Colors of #69d29d

#69d29d #69d2d2 #6ad269

Monochromatic Colors of #69d29d

#69d29d

Complementary Color

#69d29d #d2699e

#69d29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69d29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69d29d Color CSS Codes

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

#69d29d Text Font Color

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

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


#69d29d Background Color

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

This div background color is #69d29d


#69d29d Border Color

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

This div border color is #69d29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69d29d


Comments

No comments written yet.

Please login to write comment.