Color Hex Logo

#69a8ea Color Hex

#69A8EA
(105,168,234)
0 Favorites   0 Comments

Color spaces of #69a8ea

RGB 105168234
HSL0.590.750.66
HSV211°55°92°
CMYK 0.550.280.00   0.08
XYZ34.679636.949083.1460
Yxy36.94900.22410.2387
Hunter Lab60.7857-4.5367-38.5501
CIE-Lab67.2388-1.5024-39.2909

#69a8ea color RGB value is (105,168,234).

#69a8ea hex color red value is 105, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #69a8ea hue: 0.59 , saturation: 0.75 and the lightness value of 69a8ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101000 11101010
Octal 151 250 352
Decimal 105 168 234
Hex 69 A8 EA

RGB Percentages of Color #69a8ea

%20.71
%33.14
%46.15

CMYK Percentages of Color #69a8ea

%55
%28
%0
%8

Triadic Colors of #69a8ea

#69a8ea #ea69a8 #a8ea69

Analogous Colors of #69a8ea

#69a8ea #6b69ea #69e9ea

Monochromatic Colors of #69a8ea

#69a8ea

Complementary Color

#69a8ea #eaab69

#69a8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69a8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69a8ea Color CSS Codes

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

#69a8ea Text Font Color

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

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


#69a8ea Background Color

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

This div background color is #69a8ea


#69a8ea Border Color

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

This div border color is #69a8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69a8ea


Comments

No comments written yet.

Please login to write comment.