Color Hex Logo

#aff8ef Color Hex

#AFF8EF
(175,248,239)
1 Favorites   0 Comments

Color spaces of #aff8ef

RGB 175248239
HSL0.480.840.83
HSV173°29°97°
CMYK 0.290.000.04   0.03
XYZ66.826682.480894.0596
Yxy82.48080.27460.3389
Hunter Lab90.8189-27.58892.1676
CIE-Lab92.7867-24.3037-2.9146

#aff8ef color RGB value is (175,248,239).

#aff8ef hex color red value is 175, green value is 248 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aff8ef hue: 0.48 , saturation: 0.84 and the lightness value of aff8ef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 11101111
Octal 257 370 357
Decimal 175 248 239
Hex AF F8 EF

RGB Percentages of Color #aff8ef

%26.44
%37.46
%36.10

CMYK Percentages of Color #aff8ef

%29
%0
%4
%3

Triadic Colors of #aff8ef

#aff8ef #efaff8 #f8efaf

Analogous Colors of #aff8ef

#aff8ef #afddf8 #aff8cb

Monochromatic Colors of #aff8ef

#aff8ef

Complementary Color

#aff8ef #f8afb8

#aff8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff8ef Color CSS Codes

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

#aff8ef Text Font Color

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

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


#aff8ef Background Color

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

This div background color is #aff8ef


#aff8ef Border Color

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

This div border color is #aff8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff8ef


Comments

No comments written yet.

Please login to write comment.