Color Hex Logo

#aacfef Color Hex

#AACFEF
(170,207,239)
0 Favorites   0 Comments

Color spaces of #aacfef

RGB 170207239
HSL0.580.680.80
HSV208°29°94°
CMYK 0.290.130.00   0.06
XYZ54.470459.403790.2565
Yxy59.40370.26680.2910
Hunter Lab77.0738-8.7278-15.4793
CIE-Lab81.5130-4.9998-19.7494

#aacfef color RGB value is (170,207,239).

#aacfef hex color red value is 170, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aacfef hue: 0.58 , saturation: 0.68 and the lightness value of aacfef is 0.80.

The process color (four color CMYK) of #aacfef color hex is 0.29, 0.13, 0.00, 0.06. Web safe color of #aacfef is #99ccff. Color #aacfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 11101111
Octal 252 317 357
Decimal 170 207 239
Hex AA CF EF

RGB Percentages of Color #aacfef

%27.60
%33.60
%38.80

CMYK Percentages of Color #aacfef

%29
%13
%0
%6

Triadic Colors of #aacfef

#aacfef #efaacf #cfefaa

Analogous Colors of #aacfef

#aacfef #aaadef #aaefed

Monochromatic Colors of #aacfef

#aacfef

Complementary Color

#aacfef #efcaaa

#aacfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacfef Color CSS Codes

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

#aacfef Text Font Color

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

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


#aacfef Background Color

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

This div background color is #aacfef


#aacfef Border Color

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

This div border color is #aacfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacfef


Comments

No comments written yet.

Please login to write comment.