Color Hex Logo

#69afce Color Hex

#69AFCE
(105,175,206)
1 Favorites   0 Comments

Color spaces of #69afce

RGB 105175206
HSL0.550.510.61
HSV198°49°81°
CMYK 0.490.150.00   0.19
XYZ32.296238.119464.0481
Yxy38.11940.24020.2835
Hunter Lab61.7409-14.6746-18.2870
CIE-Lab68.1085-13.6314-22.5614

#69afce color RGB value is (105,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 11001110
Octal 151 257 316
Decimal 105 175 206
Hex 69 AF CE

RGB Percentages of Color #69afce

%21.60
%36.01
%42.39

CMYK Percentages of Color #69afce

%49
%15
%0
%19

Triadic Colors of #69afce

#69afce #ce69af #afce69

Analogous Colors of #69afce

#69afce #697dce #69cebb

Monochromatic Colors of #69afce

#69afce

Complementary Color

#69afce #ce8869

#69afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afce Color CSS Codes

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

#69afce Text Font Color

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

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


#69afce Background Color

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

This div background color is #69afce


#69afce Border Color

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

This div border color is #69afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afce


Comments

No comments written yet.

Please login to write comment.