Color Hex Logo

#69ae60 Color Hex

#69AE60
(105,174,96)
0 Favorites   0 Comments

Color spaces of #69ae60

RGB 10517496
HSL0.310.330.53
HSV113°45°68°
CMYK 0.400.000.45   0.32
XYZ23.073134.119916.4361
Yxy34.11990.31340.4634
Hunter Lab58.4122-31.713124.2055
CIE-Lab65.0576-37.478833.2644

#69ae60 color RGB value is (105,174,96).

#69ae60 hex color red value is 105, green value is 174 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #69ae60 hue: 0.31 , saturation: 0.33 and the lightness value of 69ae60 is 0.53.

The process color (four color CMYK) of #69ae60 color hex is 0.40, 0.00, 0.45, 0.32. Web safe color of #69ae60 is #669966. Color #69ae60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 01100000
Octal 151 256 140
Decimal 105 174 96
Hex 69 AE 60

RGB Percentages of Color #69ae60

%28.00
%46.40
%25.60

CMYK Percentages of Color #69ae60

%40
%0
%45
%32

Triadic Colors of #69ae60

#69ae60 #6069ae #ae6069

Analogous Colors of #69ae60

#69ae60 #60ae7e #90ae60

Monochromatic Colors of #69ae60

#69ae60

Complementary Color

#69ae60 #a560ae

#69ae60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ae60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ae60 Color CSS Codes

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

#69ae60 Text Font Color

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

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


#69ae60 Background Color

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

This div background color is #69ae60


#69ae60 Border Color

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

This div border color is #69ae60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ae60


Comments

No comments written yet.

Please login to write comment.