Color Hex Logo

#aff0ef Color Hex

#AFF0EF
(175,240,239)
0 Favorites   0 Comments

Color spaces of #aff0ef

RGB 175240239
HSL0.500.680.81
HSV179°27°94°
CMYK 0.270.000.00   0.06
XYZ64.419377.666193.2572
Yxy77.66610.27370.3300
Hunter Lab88.1284-23.7463-1.0507
CIE-Lab90.6273-20.4003-6.0944

#aff0ef color RGB value is (175,240,239).

#aff0ef hex color red value is 175, green value is 240 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aff0ef hue: 0.50 , saturation: 0.68 and the lightness value of aff0ef is 0.81.

The process color (four color CMYK) of #aff0ef color hex is 0.27, 0.00, 0.00, 0.06. Web safe color of #aff0ef is #99ffff. Color #aff0ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 11101111
Octal 257 360 357
Decimal 175 240 239
Hex AF F0 EF

RGB Percentages of Color #aff0ef

%26.76
%36.70
%36.54

CMYK Percentages of Color #aff0ef

%27
%0
%0
%6

Triadic Colors of #aff0ef

#aff0ef #efaff0 #f0efaf

Analogous Colors of #aff0ef

#aff0ef #afd1f0 #aff0cf

Monochromatic Colors of #aff0ef

#aff0ef

Complementary Color

#aff0ef #f0afb0

#aff0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff0ef Color CSS Codes

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

#aff0ef Text Font Color

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

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


#aff0ef Background Color

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

This div background color is #aff0ef


#aff0ef Border Color

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

This div border color is #aff0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff0ef


Comments

No comments written yet.

Please login to write comment.