Color Hex Logo

#69aeda Color Hex

#69AEDA
(105,174,218)
0 Favorites   0 Comments

Color spaces of #69aeda

RGB 105174218
HSL0.560.600.63
HSV203°52°85°
CMYK 0.520.200.00   0.15
XYZ33.616638.337371.9577
Yxy38.33730.23360.2664
Hunter Lab61.9171-11.4421-25.5626
CIE-Lab68.2685-9.6293-28.9179

#69aeda color RGB value is (105,174,218).

#69aeda hex color red value is 105, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #69aeda hue: 0.56 , saturation: 0.60 and the lightness value of 69aeda is 0.63.

The process color (four color CMYK) of #69aeda color hex is 0.52, 0.20, 0.00, 0.15. Web safe color of #69aeda is #6699cc. Color #69aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 11011010
Octal 151 256 332
Decimal 105 174 218
Hex 69 AE DA

RGB Percentages of Color #69aeda

%21.13
%35.01
%43.86

CMYK Percentages of Color #69aeda

%52
%20
%0
%15

Triadic Colors of #69aeda

#69aeda #da69ae #aeda69

Analogous Colors of #69aeda

#69aeda #6976da #69dace

Monochromatic Colors of #69aeda

#69aeda

Complementary Color

#69aeda #da9569

#69aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aeda Color CSS Codes

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

#69aeda Text Font Color

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

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


#69aeda Background Color

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

This div background color is #69aeda


#69aeda Border Color

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

This div border color is #69aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aeda


Comments

No comments written yet.

Please login to write comment.