Color Hex Logo

#69afa5 Color Hex

#69AFA5
(105,175,165)
0 Favorites   0 Comments

Color spaces of #69afa5

RGB 105175165
HSL0.480.300.55
HSV171°40°69°
CMYK 0.400.000.06   0.31
XYZ27.947236.379841.1463
Yxy36.37980.26500.3449
Hunter Lab60.3157-22.84461.7744
CIE-Lab66.8091-24.4524-1.8208

#69afa5 color RGB value is (105,175,165).

#69afa5 hex color red value is 105, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #69afa5 hue: 0.48 , saturation: 0.30 and the lightness value of 69afa5 is 0.55.

The process color (four color CMYK) of #69afa5 color hex is 0.40, 0.00, 0.06, 0.31. Web safe color of #69afa5 is #669999. Color #69afa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 10100101
Octal 151 257 245
Decimal 105 175 165
Hex 69 AF A5

RGB Percentages of Color #69afa5

%23.60
%39.33
%37.08

CMYK Percentages of Color #69afa5

%40
%0
%6
%31

Triadic Colors of #69afa5

#69afa5 #a569af #afa569

Analogous Colors of #69afa5

#69afa5 #6996af #69af82

Monochromatic Colors of #69afa5

#69afa5

Complementary Color

#69afa5 #af6973

#69afa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afa5 Color CSS Codes

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

#69afa5 Text Font Color

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

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


#69afa5 Background Color

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

This div background color is #69afa5


#69afa5 Border Color

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

This div border color is #69afa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afa5


Comments

No comments written yet.

Please login to write comment.