Color Hex Logo

#6ac9eb Color Hex

#6AC9EB
(106,201,235)
0 Favorites   0 Comments

Color spaces of #6ac9eb

RGB 106201235
HSL0.540.760.67
HSV196°55°92°
CMYK 0.550.140.00   0.08
XYZ41.825950.835686.2051
Yxy50.83560.23380.2842
Hunter Lab71.2991-20.0607-21.7760
CIE-Lab76.5793-18.7377-25.4015

#6ac9eb color RGB value is (106,201,235).

#6ac9eb hex color red value is 106, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6ac9eb hue: 0.54 , saturation: 0.76 and the lightness value of 6ac9eb is 0.67.

The process color (four color CMYK) of #6ac9eb color hex is 0.55, 0.14, 0.00, 0.08. Web safe color of #6ac9eb is #66ccff. Color #6ac9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001001 11101011
Octal 152 311 353
Decimal 106 201 235
Hex 6A C9 EB

RGB Percentages of Color #6ac9eb

%19.56
%37.08
%43.36

CMYK Percentages of Color #6ac9eb

%55
%14
%0
%8

Triadic Colors of #6ac9eb

#6ac9eb #eb6ac9 #c9eb6a

Analogous Colors of #6ac9eb

#6ac9eb #6a89eb #6aebcd

Monochromatic Colors of #6ac9eb

#6ac9eb

Complementary Color

#6ac9eb #eb8c6a

#6ac9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac9eb Color CSS Codes

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

#6ac9eb Text Font Color

<p style="color:#6ac9eb">Text here</p>

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


#6ac9eb Background Color

<div style="background-color:#6ac9eb">
Div content here</div>

This div background color is #6ac9eb


#6ac9eb Border Color

<div style="border:3px solid #6ac9eb">
Div here</div>

This div border color is #6ac9eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,201,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ac9eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ac9eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ac9eb;
  box-shadow:         1px 1px 3px 2px #6ac9eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,201,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac9eb


Comments

No comments written yet.

Please login to write comment.