Color Hex Logo

#aafdeb Color Hex

#AAFDEB
(170,253,235)
0 Favorites   0 Comments

Color spaces of #aafdeb

RGB 170253235
HSL0.460.950.83
HSV167°33°99°
CMYK 0.330.000.07   0.01
XYZ66.698284.794891.4489
Yxy84.79480.27450.3490
Hunter Lab92.0841-31.85635.5778
CIE-Lab93.7946-28.93330.6021

#aafdeb color RGB value is (170,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11101011
Octal 252 375 353
Decimal 170 253 235
Hex AA FD EB

RGB Percentages of Color #aafdeb

%25.84
%38.45
%35.71

CMYK Percentages of Color #aafdeb

%33
%0
%7
%1

Triadic Colors of #aafdeb

#aafdeb #ebaafd #fdebaa

Analogous Colors of #aafdeb

#aafdeb #aae6fd #aafdc2

Monochromatic Colors of #aafdeb

#aafdeb

Complementary Color

#aafdeb #fdaabc

#aafdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdeb Color CSS Codes

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

#aafdeb Text Font Color

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

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


#aafdeb Background Color

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

This div background color is #aafdeb


#aafdeb Border Color

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

This div border color is #aafdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdeb

Related Colors


Comments

No comments written yet.

Please login to write comment.