Color Hex Logo

#69aefa Color Hex

#69AEFA
(105,174,250)
0 Favorites   0 Comments

Color spaces of #69aefa

RGB 105174250
HSL0.590.940.70
HSV211°58°98°
CMYK 0.580.300.00   0.02
XYZ38.217140.177596.1833
Yxy40.17750.21890.2301
Hunter Lab63.3857-3.3022-45.5983
CIE-Lab69.59580.0953-44.3218

#69aefa color RGB value is (105,174,250).

#69aefa hex color red value is 105, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #69aefa hue: 0.59 , saturation: 0.94 and the lightness value of 69aefa is 0.70.

The process color (four color CMYK) of #69aefa color hex is 0.58, 0.30, 0.00, 0.02. Web safe color of #69aefa is #6699ff. Color #69aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101110 11111010
Octal 151 256 372
Decimal 105 174 250
Hex 69 AE FA

RGB Percentages of Color #69aefa

%19.85
%32.89
%47.26

CMYK Percentages of Color #69aefa

%58
%30
%0
%2

Triadic Colors of #69aefa

#69aefa #fa69ae #aefa69

Analogous Colors of #69aefa

#69aefa #6d69fa #69f7fa

Monochromatic Colors of #69aefa

#69aefa

Complementary Color

#69aefa #fab569

#69aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aefa Color CSS Codes

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

#69aefa Text Font Color

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

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


#69aefa Background Color

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

This div background color is #69aefa


#69aefa Border Color

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

This div border color is #69aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aefa


Comments

No comments written yet.

Please login to write comment.