Color Hex Logo

#69acdb Color Hex

#69ACDB
(105,172,219)
0 Favorites   0 Comments

Color spaces of #69acdb

RGB 105172219
HSL0.570.610.64
HSV205°52°86°
CMYK 0.520.210.00   0.14
XYZ33.364437.622872.5213
Yxy37.62280.23250.2622
Hunter Lab61.3374-10.2457-27.1644
CIE-Lab67.7417-8.2451-30.2798

#69acdb color RGB value is (105,172,219).

#69acdb hex color red value is 105, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #69acdb hue: 0.57 , saturation: 0.61 and the lightness value of 69acdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101100 11011011
Octal 151 254 333
Decimal 105 172 219
Hex 69 AC DB

RGB Percentages of Color #69acdb

%21.17
%34.68
%44.15

CMYK Percentages of Color #69acdb

%52
%21
%0
%14

Triadic Colors of #69acdb

#69acdb #db69ac #acdb69

Analogous Colors of #69acdb

#69acdb #6973db #69dbd1

Monochromatic Colors of #69acdb

#69acdb

Complementary Color

#69acdb #db9869

#69acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69acdb Color CSS Codes

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

#69acdb Text Font Color

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

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


#69acdb Background Color

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

This div background color is #69acdb


#69acdb Border Color

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

This div border color is #69acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69acdb


Comments

No comments written yet.

Please login to write comment.