Color Hex Logo

#69beaa Color Hex

#69BEAA
(105,190,170)
0 Favorites   0 Comments

Color spaces of #69beaa

RGB 105190170
HSL0.460.400.58
HSV166°45°75°
CMYK 0.450.000.11   0.25
XYZ31.494942.732444.6184
Yxy42.73240.26500.3596
Hunter Lab65.3700-28.39735.2905
CIE-Lab71.3730-30.61202.0901

#69beaa color RGB value is (105,190,170).

#69beaa hex color red value is 105, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69beaa hue: 0.46 , saturation: 0.40 and the lightness value of 69beaa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111110 10101010
Octal 151 276 252
Decimal 105 190 170
Hex 69 BE AA

RGB Percentages of Color #69beaa

%22.58
%40.86
%36.56

CMYK Percentages of Color #69beaa

%45
%0
%11
%25

Triadic Colors of #69beaa

#69beaa #aa69be #beaa69

Analogous Colors of #69beaa

#69beaa #69a8be #69be80

Monochromatic Colors of #69beaa

#69beaa

Complementary Color

#69beaa #be697d

#69beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69beaa Color CSS Codes

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

#69beaa Text Font Color

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

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


#69beaa Background Color

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

This div background color is #69beaa


#69beaa Border Color

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

This div border color is #69beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69beaa


Comments

No comments written yet.

Please login to write comment.