Color Hex Logo

#aff2ee Color Hex

#AFF2EE
(175,242,238)
0 Favorites   0 Comments

Color spaces of #aff2ee

RGB 175242238
HSL0.490.720.82
HSV176°28°95°
CMYK 0.280.000.02   0.05
XYZ64.863978.791392.6785
Yxy78.79130.27450.3334
Hunter Lab88.7645-24.90040.2308
CIE-Lab91.1398-21.6011-4.8172

#aff2ee color RGB value is (175,242,238).

#aff2ee hex color red value is 175, green value is 242 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aff2ee hue: 0.49 , saturation: 0.72 and the lightness value of aff2ee is 0.82.

The process color (four color CMYK) of #aff2ee color hex is 0.28, 0.00, 0.02, 0.05. Web safe color of #aff2ee is #99ffff. Color #aff2ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 11101110
Octal 257 362 356
Decimal 175 242 238
Hex AF F2 EE

RGB Percentages of Color #aff2ee

%26.72
%36.95
%36.34

CMYK Percentages of Color #aff2ee

%28
%0
%2
%5

Triadic Colors of #aff2ee

#aff2ee #eeaff2 #f2eeaf

Analogous Colors of #aff2ee

#aff2ee #afd5f2 #aff2cd

Monochromatic Colors of #aff2ee

#aff2ee

Complementary Color

#aff2ee #f2afb3

#aff2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff2ee Color CSS Codes

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

#aff2ee Text Font Color

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

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


#aff2ee Background Color

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

This div background color is #aff2ee


#aff2ee Border Color

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

This div border color is #aff2ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,242,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aff2ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aff2ee;
  -webkit-box-shadow: 1px 1px 3px 2px #aff2ee;
  box-shadow:         1px 1px 3px 2px #aff2ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,242,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff2ee


Comments

No comments written yet.

Please login to write comment.