Color Hex Logo

#69aeaf Color Hex

#69AEAF
(105,174,175)
0 Favorites   0 Comments

Color spaces of #69aeaf

RGB 105174175
HSL0.500.300.55
HSV181°40°69°
CMYK 0.400.010.00   0.31
XYZ28.699636.370546.0650
Yxy36.37050.25820.3273
Hunter Lab60.3080-20.5936-3.0719
CIE-Lab66.8020-21.4646-7.3792

#69aeaf color RGB value is (105,174,175).

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

The process color (four color CMYK) of #69aeaf color hex is 0.40, 0.01, 0.00, 0.31. Web safe color of #69aeaf is #669999. Color #69aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 10101111
Octal 151 256 257
Decimal 105 174 175
Hex 69 AE AF

RGB Percentages of Color #69aeaf

%23.13
%38.33
%38.55

CMYK Percentages of Color #69aeaf

%40
%1
%0
%31

Triadic Colors of #69aeaf

#69aeaf #af69ae #aeaf69

Analogous Colors of #69aeaf

#69aeaf #698baf #69af8d

Monochromatic Colors of #69aeaf

#69aeaf

Complementary Color

#69aeaf #af6a69

#69aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aeaf Color CSS Codes

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

#69aeaf Text Font Color

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

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


#69aeaf Background Color

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

This div background color is #69aeaf


#69aeaf Border Color

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

This div border color is #69aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aeaf


Comments

No comments written yet.

Please login to write comment.