Color Hex Logo

#aff7ea Color Hex

#AFF7EA
(175,247,234)
0 Favorites   0 Comments

Color spaces of #aff7ea

RGB 175247234
HSL0.470.820.83
HSV169°29°97°
CMYK 0.290.000.05   0.03
XYZ65.791281.576090.1201
Yxy81.57600.27700.3435
Hunter Lab90.3194-28.03464.0645
CIE-Lab92.3874-24.8909-0.9057

#aff7ea color RGB value is (175,247,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110111 11101010
Octal 257 367 352
Decimal 175 247 234
Hex AF F7 EA

RGB Percentages of Color #aff7ea

%26.68
%37.65
%35.67

CMYK Percentages of Color #aff7ea

%29
%0
%5
%3

Triadic Colors of #aff7ea

#aff7ea #eaaff7 #f7eaaf

Analogous Colors of #aff7ea

#aff7ea #afe0f7 #aff7c6

Monochromatic Colors of #aff7ea

#aff7ea

Complementary Color

#aff7ea #f7afbc

#aff7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff7ea Color CSS Codes

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

#aff7ea Text Font Color

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

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


#aff7ea Background Color

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

This div background color is #aff7ea


#aff7ea Border Color

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

This div border color is #aff7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff7ea


Comments

No comments written yet.

Please login to write comment.