Color Hex Logo

#aafbeb Color Hex

#AAFBEB
(170,251,235)
0 Favorites   0 Comments

Color spaces of #aafbeb

RGB 170251235
HSL0.470.910.83
HSV168°32°98°
CMYK 0.320.000.06   0.02
XYZ66.070183.538691.2396
Yxy83.53860.27430.3469
Hunter Lab91.3995-30.91644.7933
CIE-Lab93.2497-27.9838-0.1933

#aafbeb color RGB value is (170,251,235).

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

The process color (four color CMYK) of #aafbeb color hex is 0.32, 0.00, 0.06, 0.02. Web safe color of #aafbeb is #99ffff. Color #aafbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 11101011
Octal 252 373 353
Decimal 170 251 235
Hex AA FB EB

RGB Percentages of Color #aafbeb

%25.91
%38.26
%35.82

CMYK Percentages of Color #aafbeb

%32
%0
%6
%2

Triadic Colors of #aafbeb

#aafbeb #ebaafb #fbebaa

Analogous Colors of #aafbeb

#aafbeb #aae3fb #aafbc3

Monochromatic Colors of #aafbeb

#aafbeb

Complementary Color

#aafbeb #fbaaba

#aafbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbeb Color CSS Codes

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

#aafbeb Text Font Color

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

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


#aafbeb Background Color

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

This div background color is #aafbeb


#aafbeb Border Color

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

This div border color is #aafbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.