Color Hex Logo

#aff4ea Color Hex

#AFF4EA
(175,244,234)
0 Favorites   0 Comments

Color spaces of #aff4ea

RGB 175244234
HSL0.480.760.82
HSV171°28°96°
CMYK 0.280.000.04   0.04
XYZ64.881279.755889.8167
Yxy79.75580.27670.3402
Hunter Lab89.3061-26.60482.8853
CIE-Lab91.5752-23.4387-2.0951

#aff4ea color RGB value is (175,244,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11101010
Octal 257 364 352
Decimal 175 244 234
Hex AF F4 EA

RGB Percentages of Color #aff4ea

%26.80
%37.37
%35.83

CMYK Percentages of Color #aff4ea

%28
%0
%4
%4

Triadic Colors of #aff4ea

#aff4ea #eaaff4 #f4eaaf

Analogous Colors of #aff4ea

#aff4ea #afdcf4 #aff4c8

Monochromatic Colors of #aff4ea

#aff4ea

Complementary Color

#aff4ea #f4afb9

#aff4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4ea Color CSS Codes

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

#aff4ea Text Font Color

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

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


#aff4ea Background Color

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

This div background color is #aff4ea


#aff4ea Border Color

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

This div border color is #aff4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4ea


Comments

No comments written yet.

Please login to write comment.