Color Hex Logo

#69abca Color Hex

#69ABCA
(105,171,202)
0 Favorites   0 Comments

Color spaces of #69abca

RGB 105171202
HSL0.550.480.60
HSV199°48°79°
CMYK 0.480.150.00   0.21
XYZ31.049336.393361.2653
Yxy36.39330.24120.2828
Hunter Lab60.3269-13.7008-17.9835
CIE-Lab66.8193-12.6238-22.3211

#69abca color RGB value is (105,171,202).

#69abca hex color red value is 105, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #69abca hue: 0.55 , saturation: 0.48 and the lightness value of 69abca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 11001010
Octal 151 253 312
Decimal 105 171 202
Hex 69 AB CA

RGB Percentages of Color #69abca

%21.97
%35.77
%42.26

CMYK Percentages of Color #69abca

%48
%15
%0
%21

Triadic Colors of #69abca

#69abca #ca69ab #abca69

Analogous Colors of #69abca

#69abca #697bca #69cab9

Monochromatic Colors of #69abca

#69abca

Complementary Color

#69abca #ca8869

#69abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abca Color CSS Codes

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

#69abca Text Font Color

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

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


#69abca Background Color

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

This div background color is #69abca


#69abca Border Color

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

This div border color is #69abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abca


Comments

No comments written yet.

Please login to write comment.