Color Hex Logo

#69aece Color Hex

#69AECE
(105,174,206)
0 Favorites   0 Comments

Color spaces of #69aece

RGB 105174206
HSL0.550.510.61
HSV199°49°81°
CMYK 0.490.160.00   0.19
XYZ32.102337.731663.9835
Yxy37.73160.23990.2820
Hunter Lab61.4261-14.2085-18.7603
CIE-Lab67.8223-13.0974-22.9985

#69aece color RGB value is (105,174,206).

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

The process color (four color CMYK) of #69aece color hex is 0.49, 0.16, 0.00, 0.19. Web safe color of #69aece is #6699cc. Color #69aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 11001110
Octal 151 256 316
Decimal 105 174 206
Hex 69 AE CE

RGB Percentages of Color #69aece

%21.65
%35.88
%42.47

CMYK Percentages of Color #69aece

%49
%16
%0
%19

Triadic Colors of #69aece

#69aece #ce69ae #aece69

Analogous Colors of #69aece

#69aece #697cce #69cebc

Monochromatic Colors of #69aece

#69aece

Complementary Color

#69aece #ce8969

#69aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aece Color CSS Codes

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

#69aece Text Font Color

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

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


#69aece Background Color

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

This div background color is #69aece


#69aece Border Color

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

This div border color is #69aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aece


Comments

No comments written yet.

Please login to write comment.