Color Hex Logo

#aacfeb Color Hex

#AACFEB
(170,207,235)
0 Favorites   0 Comments

Color spaces of #aacfeb

RGB 170207235
HSL0.570.620.79
HSV206°28°92°
CMYK 0.280.120.00   0.08
XYZ53.885859.169987.1781
Yxy59.16990.26910.2955
Hunter Lab76.9220-9.5697-13.3498
CIE-Lab81.3849-5.9388-17.8095

#aacfeb color RGB value is (170,207,235).

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

The process color (four color CMYK) of #aacfeb color hex is 0.28, 0.12, 0.00, 0.08. Web safe color of #aacfeb is #99ccff. Color #aacfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 11101011
Octal 252 317 353
Decimal 170 207 235
Hex AA CF EB

RGB Percentages of Color #aacfeb

%27.78
%33.82
%38.40

CMYK Percentages of Color #aacfeb

%28
%12
%0
%8

Triadic Colors of #aacfeb

#aacfeb #ebaacf #cfebaa

Analogous Colors of #aacfeb

#aacfeb #aaafeb #aaebe7

Monochromatic Colors of #aacfeb

#aacfeb

Complementary Color

#aacfeb #ebc6aa

#aacfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacfeb Color CSS Codes

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

#aacfeb Text Font Color

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

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


#aacfeb Background Color

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

This div background color is #aacfeb


#aacfeb Border Color

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

This div border color is #aacfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacfeb


Comments

No comments written yet.

Please login to write comment.