Color Hex Logo

#69aaeb Color Hex

#69AAEB
(105,170,235)
0 Favorites   0 Comments

Color spaces of #69aaeb

RGB 105170235
HSL0.580.760.67
HSV210°55°92°
CMYK 0.550.280.00   0.08
XYZ35.195837.750984.0289
Yxy37.75090.22420.2405
Hunter Lab61.4418-5.2726-38.0769
CIE-Lab67.8366-2.3154-38.9049

#69aaeb color RGB value is (105,170,235).

#69aaeb hex color red value is 105, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #69aaeb hue: 0.58 , saturation: 0.76 and the lightness value of 69aaeb is 0.67.

The process color (four color CMYK) of #69aaeb color hex is 0.55, 0.28, 0.00, 0.08. Web safe color of #69aaeb is #6699ff. Color #69aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101010 11101011
Octal 151 252 353
Decimal 105 170 235
Hex 69 AA EB

RGB Percentages of Color #69aaeb

%20.59
%33.33
%46.08

CMYK Percentages of Color #69aaeb

%55
%28
%0
%8

Triadic Colors of #69aaeb

#69aaeb #eb69aa #aaeb69

Analogous Colors of #69aaeb

#69aaeb #6969eb #69ebeb

Monochromatic Colors of #69aaeb

#69aaeb

Complementary Color

#69aaeb #ebaa69

#69aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69aaeb Color CSS Codes

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

#69aaeb Text Font Color

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

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


#69aaeb Background Color

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

This div background color is #69aaeb


#69aaeb Border Color

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

This div border color is #69aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69aaeb


Comments

No comments written yet.

Please login to write comment.