Color Hex Logo

#69abea Color Hex

#69ABEA
(105,171,234)
0 Favorites   0 Comments

Color spaces of #69abea

RGB 105171234
HSL0.580.750.66
HSV209°55°92°
CMYK 0.550.270.00   0.08
XYZ35.239938.069683.3327
Yxy38.06960.22500.2430
Hunter Lab61.7006-6.0268-36.8866
CIE-Lab68.0719-3.1795-37.9912

#69abea color RGB value is (105,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 11101010
Octal 151 253 352
Decimal 105 171 234
Hex 69 AB EA

RGB Percentages of Color #69abea

%20.59
%33.53
%45.88

CMYK Percentages of Color #69abea

%55
%27
%0
%8

Triadic Colors of #69abea

#69abea #ea69ab #abea69

Analogous Colors of #69abea

#69abea #696bea #69eae9

Monochromatic Colors of #69abea

#69abea

Complementary Color

#69abea #eaa869

#69abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abea Color CSS Codes

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

#69abea Text Font Color

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

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


#69abea Background Color

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

This div background color is #69abea


#69abea Border Color

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

This div border color is #69abea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,171,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 #69abea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abea


Comments

No comments written yet.

Please login to write comment.