Color Hex Logo

#aff4ed Color Hex

#AFF4ED
(175,244,237)
0 Favorites   0 Comments

Color spaces of #aff4ed

RGB 175244237
HSL0.480.760.82
HSV174°28°96°
CMYK 0.280.000.03   0.04
XYZ65.315979.929892.1062
Yxy79.92980.27520.3368
Hunter Lab89.4035-26.04851.5000
CIE-Lab91.6534-22.7946-3.5407

#aff4ed color RGB value is (175,244,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 11101101
Octal 257 364 355
Decimal 175 244 237
Hex AF F4 ED

RGB Percentages of Color #aff4ed

%26.68
%37.20
%36.13

CMYK Percentages of Color #aff4ed

%28
%0
%3
%4

Triadic Colors of #aff4ed

#aff4ed #edaff4 #f4edaf

Analogous Colors of #aff4ed

#aff4ed #afd9f4 #aff4cb

Monochromatic Colors of #aff4ed

#aff4ed

Complementary Color

#aff4ed #f4afb6

#aff4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff4ed Color CSS Codes

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

#aff4ed Text Font Color

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

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


#aff4ed Background Color

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

This div background color is #aff4ed


#aff4ed Border Color

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

This div border color is #aff4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff4ed


Comments

No comments written yet.

Please login to write comment.