Color Hex Logo

#aacffb Color Hex

#AACFFB
(170,207,251)
0 Favorites   0 Comments

Color spaces of #aacffb

RGB 170207251
HSL0.590.910.83
HSV213°32°98°
CMYK 0.320.180.00   0.02
XYZ56.303060.136799.9069
Yxy60.13670.26020.2780
Hunter Lab77.5479-6.1103-22.1013
CIE-Lab81.9124-2.1152-25.5312

#aacffb color RGB value is (170,207,251).

#aacffb hex color red value is 170, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aacffb hue: 0.59 , saturation: 0.91 and the lightness value of aacffb is 0.83.

The process color (four color CMYK) of #aacffb color hex is 0.32, 0.18, 0.00, 0.02. Web safe color of #aacffb is #99ccff. Color #aacffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 11111011
Octal 252 317 373
Decimal 170 207 251
Hex AA CF FB

RGB Percentages of Color #aacffb

%27.07
%32.96
%39.97

CMYK Percentages of Color #aacffb

%32
%18
%0
%2

Triadic Colors of #aacffb

#aacffb #fbaacf #cffbaa

Analogous Colors of #aacffb

#aacffb #aeaafb #aaf8fb

Monochromatic Colors of #aacffb

#aacffb

Complementary Color

#aacffb #fbd6aa

#aacffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacffb Color CSS Codes

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

#aacffb Text Font Color

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

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


#aacffb Background Color

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

This div background color is #aacffb


#aacffb Border Color

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

This div border color is #aacffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacffb

Related Colors


Comments

No comments written yet.

Please login to write comment.