Color Hex Logo

#69afcd Color Hex

#69AFCD
(105,175,205)
0 Favorites   0 Comments

Color spaces of #69afcd

RGB 105175205
HSL0.550.500.61
HSV198°49°80°
CMYK 0.490.150.00   0.20
XYZ32.175138.071063.4102
Yxy38.07100.24070.2848
Hunter Lab61.7017-14.8970-17.7405
CIE-Lab68.0729-13.9145-22.0646

#69afcd color RGB value is (105,175,205).

#69afcd hex color red value is 105, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #69afcd hue: 0.55 , saturation: 0.50 and the lightness value of 69afcd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 11001101
Octal 151 257 315
Decimal 105 175 205
Hex 69 AF CD

RGB Percentages of Color #69afcd

%21.65
%36.08
%42.27

CMYK Percentages of Color #69afcd

%49
%15
%0
%20

Triadic Colors of #69afcd

#69afcd #cd69af #afcd69

Analogous Colors of #69afcd

#69afcd #697dcd #69cdb9

Monochromatic Colors of #69afcd

#69afcd

Complementary Color

#69afcd #cd8769

#69afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afcd Color CSS Codes

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

#69afcd Text Font Color

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

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


#69afcd Background Color

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

This div background color is #69afcd


#69afcd Border Color

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

This div border color is #69afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afcd


Comments

No comments written yet.

Please login to write comment.