Color Hex Logo

#69a590 Color Hex

#69A590
(105,165,144)
0 Favorites   0 Comments

Color spaces of #69a590

RGB 105165144
HSL0.440.250.53
HSV159°36°65°
CMYK 0.360.000.13   0.35
XYZ24.314931.927131.2666
Yxy31.92710.27790.3648
Hunter Lab56.5041-22.06986.7447
CIE-Lab63.2826-24.32964.7459

#69a590 color RGB value is (105,165,144).

#69a590 hex color red value is 105, green value is 165 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #69a590 hue: 0.44 , saturation: 0.25 and the lightness value of 69a590 is 0.53.

The process color (four color CMYK) of #69a590 color hex is 0.36, 0.00, 0.13, 0.35. Web safe color of #69a590 is #669999. Color #69a590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10100101 10010000
Octal 151 245 220
Decimal 105 165 144
Hex 69 A5 90

RGB Percentages of Color #69a590

%25.36
%39.86
%34.78

CMYK Percentages of Color #69a590

%36
%0
%13
%35

Triadic Colors of #69a590

#69a590 #9069a5 #a59069

Analogous Colors of #69a590

#69a590 #699ca5 #69a572

Monochromatic Colors of #69a590

#69a590

Complementary Color

#69a590 #a5697e

#69a590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69a590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69a590 Color CSS Codes

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

#69a590 Text Font Color

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

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


#69a590 Background Color

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

This div background color is #69a590


#69a590 Border Color

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

This div border color is #69a590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69a590


Comments

No comments written yet.

Please login to write comment.