Color Hex Logo

#aacfe3 Color Hex

#AACFE3
(170,207,227)
0 Favorites   0 Comments

Color spaces of #aacfe3

RGB 170207227
HSL0.560.500.78
HSV201°25°89°
CMYK 0.250.090.00   0.11
XYZ52.755558.717781.2262
Yxy58.71770.27380.3047
Hunter Lab76.6275-11.2067-9.2090
CIE-Lab81.1362-7.7807-13.9119

#aacfe3 color RGB value is (170,207,227).

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

The process color (four color CMYK) of #aacfe3 color hex is 0.25, 0.09, 0.00, 0.11. Web safe color of #aacfe3 is #99cccc. Color #aacfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 11100011
Octal 252 317 343
Decimal 170 207 227
Hex AA CF E3

RGB Percentages of Color #aacfe3

%28.15
%34.27
%37.58

CMYK Percentages of Color #aacfe3

%25
%9
%0
%11

Triadic Colors of #aacfe3

#aacfe3 #e3aacf #cfe3aa

Analogous Colors of #aacfe3

#aacfe3 #aab3e3 #aae3db

Monochromatic Colors of #aacfe3

#aacfe3

Complementary Color

#aacfe3 #e3beaa

#aacfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacfe3 Color CSS Codes

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

#aacfe3 Text Font Color

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

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


#aacfe3 Background Color

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

This div background color is #aacfe3


#aacfe3 Border Color

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

This div border color is #aacfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacfe3


Comments

No comments written yet.

Please login to write comment.