Color Hex Logo

#69a490 Color Hex

#69A490
(105,164,144)
0 Favorites   0 Comments

Color spaces of #69a490

RGB 105164144
HSL0.440.240.53
HSV160°36°64°
CMYK 0.360.000.12   0.36
XYZ24.135231.567831.2067
Yxy31.56780.27770.3632
Hunter Lab56.1852-21.64686.3985
CIE-Lab62.9841-23.82674.3155

#69a490 color RGB value is (105,164,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10100100 10010000
Octal 151 244 220
Decimal 105 164 144
Hex 69 A4 90

RGB Percentages of Color #69a490

%25.42
%39.71
%34.87

CMYK Percentages of Color #69a490

%36
%0
%12
%36

Triadic Colors of #69a490

#69a490 #9069a4 #a49069

Analogous Colors of #69a490

#69a490 #699ba4 #69a473

Monochromatic Colors of #69a490

#69a490

Complementary Color

#69a490 #a4697d

#69a490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69a490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69a490 Color CSS Codes

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

#69a490 Text Font Color

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

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


#69a490 Background Color

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

This div background color is #69a490


#69a490 Border Color

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

This div border color is #69a490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69a490


Comments

No comments written yet.

Please login to write comment.