Color Hex Logo

#aaceca Color Hex

#AACECA
(170,206,202)
0 Favorites   0 Comments

Color spaces of #aaceca

RGB 170206202
HSL0.480.270.74
HSV173°17°81°
CMYK 0.170.000.02   0.19
XYZ49.309556.952964.2712
Yxy56.95290.28910.3340
Hunter Lab75.4671-15.43732.3330
CIE-Lab80.1531-12.6923-1.9892

#aaceca color RGB value is (170,206,202).

#aaceca hex color red value is 170, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aaceca hue: 0.48 , saturation: 0.27 and the lightness value of aaceca is 0.74.

The process color (four color CMYK) of #aaceca color hex is 0.17, 0.00, 0.02, 0.19. Web safe color of #aaceca is #99cccc. Color #aaceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11001010
Octal 252 316 312
Decimal 170 206 202
Hex AA CE CA

RGB Percentages of Color #aaceca

%29.41
%35.64
%34.95

CMYK Percentages of Color #aaceca

%17
%0
%2
%19

Triadic Colors of #aaceca

#aaceca #caaace #cecaaa

Analogous Colors of #aaceca

#aaceca #aac0ce #aaceb8

Monochromatic Colors of #aaceca

#aaceca

Complementary Color

#aaceca #ceaaae

#aaceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceca Color CSS Codes

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

#aaceca Text Font Color

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

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


#aaceca Background Color

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

This div background color is #aaceca


#aaceca Border Color

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

This div border color is #aaceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceca


Comments

No comments written yet.

Please login to write comment.