Color Hex Logo

#69abdc Color Hex

#69ABDC
(105,171,220)
0 Favorites   0 Comments

Color spaces of #69abdc

RGB 105171220
HSL0.570.620.64
HSV206°52°86°
CMYK 0.520.220.00   0.14
XYZ33.306937.296473.1536
Yxy37.29640.23170.2594
Hunter Lab61.0708-9.5232-28.2710
CIE-Lab67.4988-7.4010-31.2047

#69abdc color RGB value is (105,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 11011100
Octal 151 253 334
Decimal 105 171 220
Hex 69 AB DC

RGB Percentages of Color #69abdc

%21.17
%34.48
%44.35

CMYK Percentages of Color #69abdc

%52
%22
%0
%14

Triadic Colors of #69abdc

#69abdc #dc69ab #abdc69

Analogous Colors of #69abdc

#69abdc #6972dc #69dcd4

Monochromatic Colors of #69abdc

#69abdc

Complementary Color

#69abdc #dc9a69

#69abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abdc Color CSS Codes

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

#69abdc Text Font Color

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

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


#69abdc Background Color

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

This div background color is #69abdc


#69abdc Border Color

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

This div border color is #69abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abdc


Comments

No comments written yet.

Please login to write comment.