Color Hex Logo

#a6cfeb Color Hex

#A6CFEB
(166,207,235)
0 Favorites   0 Comments

Color spaces of #a6cfeb

RGB 166207235
HSL0.570.630.79
HSV204°29°92°
CMYK 0.290.120.00   0.08
XYZ53.034158.730887.1382
Yxy58.73080.26660.2953
Hunter Lab76.6360-10.5864-13.7699
CIE-Lab81.1434-7.0897-18.1975

#a6cfeb color RGB value is (166,207,235).

#a6cfeb hex color red value is 166, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a6cfeb hue: 0.57 , saturation: 0.63 and the lightness value of a6cfeb is 0.79.

The process color (four color CMYK) of #a6cfeb color hex is 0.29, 0.12, 0.00, 0.08. Web safe color of #a6cfeb is #99ccff. Color #a6cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11001111 11101011
Octal 246 317 353
Decimal 166 207 235
Hex A6 CF EB

RGB Percentages of Color #a6cfeb

%27.30
%34.05
%38.65

CMYK Percentages of Color #a6cfeb

%29
%12
%0
%8

Triadic Colors of #a6cfeb

#a6cfeb #eba6cf #cfeba6

Analogous Colors of #a6cfeb

#a6cfeb #a6adeb #a6ebe5

Monochromatic Colors of #a6cfeb

#a6cfeb

Complementary Color

#a6cfeb #ebc2a6

#a6cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6cfeb Color CSS Codes

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

#a6cfeb Text Font Color

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

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


#a6cfeb Background Color

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

This div background color is #a6cfeb


#a6cfeb Border Color

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

This div border color is #a6cfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,207,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6cfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #a6cfeb;
  box-shadow:         1px 1px 3px 2px #a6cfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,207,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 #a6cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6cfeb


Comments

No comments written yet.

Please login to write comment.