Color Hex Logo

#a6effb Color Hex

#A6EFFB
(166,239,251)
0 Favorites   0 Comments

Color spaces of #a6effb

RGB 166239251
HSL0.520.910.82
HSV188°34°98°
CMYK 0.340.050.00   0.02
XYZ64.005076.8050102.7182
Yxy76.80500.26280.3154
Hunter Lab87.6385-23.0034-8.1450
CIE-Lab90.2318-19.6390-12.9936

#a6effb color RGB value is (166,239,251).

#a6effb hex color red value is 166, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a6effb hue: 0.52 , saturation: 0.91 and the lightness value of a6effb is 0.82.

The process color (four color CMYK) of #a6effb color hex is 0.34, 0.05, 0.00, 0.02. Web safe color of #a6effb is #99ffff. Color #a6effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101111 11111011
Octal 246 357 373
Decimal 166 239 251
Hex A6 EF FB

RGB Percentages of Color #a6effb

%25.30
%36.43
%38.26

CMYK Percentages of Color #a6effb

%34
%5
%0
%2

Triadic Colors of #a6effb

#a6effb #fba6ef #effba6

Analogous Colors of #a6effb

#a6effb #a6c5fb #a6fbdd

Monochromatic Colors of #a6effb

#a6effb

Complementary Color

#a6effb #fbb2a6

#a6effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6effb Color CSS Codes

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

#a6effb Text Font Color

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

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


#a6effb Background Color

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

This div background color is #a6effb


#a6effb Border Color

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

This div border color is #a6effb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,239,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6effb


Comments

No comments written yet.

Please login to write comment.