Color Hex Logo

#aacedf Color Hex

#AACEDF
(170,206,223)
0 Favorites   0 Comments

Color spaces of #aacedf

RGB 170206223
HSL0.550.450.77
HSV199°24°87°
CMYK 0.240.080.00   0.13
XYZ51.968258.016478.2713
Yxy58.01640.27610.3082
Hunter Lab76.1685-11.5080-7.6089
CIE-Lab80.7479-8.1614-12.3545

#aacedf color RGB value is (170,206,223).

#aacedf hex color red value is 170, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aacedf hue: 0.55 , saturation: 0.45 and the lightness value of aacedf is 0.77.

The process color (four color CMYK) of #aacedf color hex is 0.24, 0.08, 0.00, 0.13. Web safe color of #aacedf is #99cccc. Color #aacedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11011111
Octal 252 316 337
Decimal 170 206 223
Hex AA CE DF

RGB Percentages of Color #aacedf

%28.38
%34.39
%37.23

CMYK Percentages of Color #aacedf

%24
%8
%0
%13

Triadic Colors of #aacedf

#aacedf #dfaace #cedfaa

Analogous Colors of #aacedf

#aacedf #aab4df #aadfd6

Monochromatic Colors of #aacedf

#aacedf

Complementary Color

#aacedf #dfbbaa

#aacedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacedf Color CSS Codes

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

#aacedf Text Font Color

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

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


#aacedf Background Color

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

This div background color is #aacedf


#aacedf Border Color

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

This div border color is #aacedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacedf


Comments

No comments written yet.

Please login to write comment.