Color Hex Logo

#aafeeb Color Hex

#AAFEEB
(170,254,235)
0 Favorites   0 Comments

Color spaces of #aafeeb

RGB 170254235
HSL0.460.980.83
HSV166°33°100°
CMYK 0.330.000.07   0.00
XYZ67.014885.427891.5544
Yxy85.42780.27470.3501
Hunter Lab92.4272-32.32525.9689
CIE-Lab94.0672-29.40610.9995

#aafeeb color RGB value is (170,254,235).

#aafeeb hex color red value is 170, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aafeeb hue: 0.46 , saturation: 0.98 and the lightness value of aafeeb is 0.83.

The process color (four color CMYK) of #aafeeb color hex is 0.33, 0.00, 0.07, 0.00. Web safe color of #aafeeb is #99ffff. Color #aafeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11101011
Octal 252 376 353
Decimal 170 254 235
Hex AA FE EB

RGB Percentages of Color #aafeeb

%25.80
%38.54
%35.66

CMYK Percentages of Color #aafeeb

%33
%0
%7
%0

Triadic Colors of #aafeeb

#aafeeb #ebaafe #feebaa

Analogous Colors of #aafeeb

#aafeeb #aae7fe #aafec1

Monochromatic Colors of #aafeeb

#aafeeb

Complementary Color

#aafeeb #feaabd

#aafeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafeeb Color CSS Codes

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

#aafeeb Text Font Color

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

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


#aafeeb Background Color

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

This div background color is #aafeeb


#aafeeb Border Color

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

This div border color is #aafeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,254,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 #aafeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.