Color Hex Logo

#aacfe7 Color Hex

#AACFE7
(170,207,231)
0 Favorites   0 Comments

Color spaces of #aacfe7

RGB 170207231
HSL0.570.560.79
HSV204°26°91°
CMYK 0.260.100.00   0.09
XYZ53.314258.941284.1681
Yxy58.94120.27140.3001
Hunter Lab76.7732-10.3959-11.2597
CIE-Lab81.2593-6.8657-15.8636

#aacfe7 color RGB value is (170,207,231).

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

The process color (four color CMYK) of #aacfe7 color hex is 0.26, 0.10, 0.00, 0.09. Web safe color of #aacfe7 is #99ccff. Color #aacfe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 11100111
Octal 252 317 347
Decimal 170 207 231
Hex AA CF E7

RGB Percentages of Color #aacfe7

%27.96
%34.05
%37.99

CMYK Percentages of Color #aacfe7

%26
%10
%0
%9

Triadic Colors of #aacfe7

#aacfe7 #e7aacf #cfe7aa

Analogous Colors of #aacfe7

#aacfe7 #aab1e7 #aae7e1

Monochromatic Colors of #aacfe7

#aacfe7

Complementary Color

#aacfe7 #e7c2aa

#aacfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacfe7 Color CSS Codes

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

#aacfe7 Text Font Color

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

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


#aacfe7 Background Color

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

This div background color is #aacfe7


#aacfe7 Border Color

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

This div border color is #aacfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacfe7


Comments

No comments written yet.

Please login to write comment.