Color Hex Logo

#aff2ea Color Hex

#AFF2EA
(175,242,234)
0 Favorites   0 Comments

Color spaces of #aff2ea

RGB 175242234
HSL0.480.720.82
HSV173°28°95°
CMYK 0.280.000.03   0.05
XYZ64.282678.558789.6172
Yxy78.55870.27650.3379
Hunter Lab88.6333-25.64872.0952
CIE-Lab91.0342-22.4652-2.8888

#aff2ea color RGB value is (175,242,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110010 11101010
Octal 257 362 352
Decimal 175 242 234
Hex AF F2 EA

RGB Percentages of Color #aff2ea

%26.88
%37.17
%35.94

CMYK Percentages of Color #aff2ea

%28
%0
%3
%5

Triadic Colors of #aff2ea

#aff2ea #eaaff2 #f2eaaf

Analogous Colors of #aff2ea

#aff2ea #afd9f2 #aff2c9

Monochromatic Colors of #aff2ea

#aff2ea

Complementary Color

#aff2ea #f2afb7

#aff2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff2ea Color CSS Codes

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

#aff2ea Text Font Color

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

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


#aff2ea Background Color

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

This div background color is #aff2ea


#aff2ea Border Color

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

This div border color is #aff2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff2ea


Comments

No comments written yet.

Please login to write comment.