Color Hex Logo

#aaf3bc Color Hex

#AAF3BC
(170,243,188)
0 Favorites   0 Comments

Color spaces of #aaf3bc

RGB 170243188
HSL0.370.750.81
HSV135°30°95°
CMYK 0.300.000.23   0.05
XYZ57.705376.278159.2587
Yxy76.27810.29860.3947
Hunter Lab87.3373-34.902320.9077
CIE-Lab89.9883-33.467319.4480

#aaf3bc color RGB value is (170,243,188).

#aaf3bc hex color red value is 170, green value is 243 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aaf3bc hue: 0.37 , saturation: 0.75 and the lightness value of aaf3bc is 0.81.

The process color (four color CMYK) of #aaf3bc color hex is 0.30, 0.00, 0.23, 0.05. Web safe color of #aaf3bc is #99ffcc. Color #aaf3bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 10111100
Octal 252 363 274
Decimal 170 243 188
Hex AA F3 BC

RGB Percentages of Color #aaf3bc

%28.29
%40.43
%31.28

CMYK Percentages of Color #aaf3bc

%30
%0
%23
%5

Triadic Colors of #aaf3bc

#aaf3bc #bcaaf3 #f3bcaa

Analogous Colors of #aaf3bc

#aaf3bc #aaf3e1 #bdf3aa

Monochromatic Colors of #aaf3bc

#aaf3bc

Complementary Color

#aaf3bc #f3aae1

#aaf3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf3bc Color CSS Codes

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

#aaf3bc Text Font Color

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

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


#aaf3bc Background Color

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

This div background color is #aaf3bc


#aaf3bc Border Color

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

This div border color is #aaf3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf3bc


Comments

No comments written yet.

Please login to write comment.