Color Hex Logo

#aff9be Color Hex

#AFF9BE
(175,249,190)
0 Favorites   0 Comments

Color spaces of #aff9be

RGB 175249190
HSL0.370.860.83
HSV132°30°98°
CMYK 0.300.000.24   0.02
XYZ60.849180.583061.0622
Yxy80.58300.30050.3980
Hunter Lab89.7680-36.098222.5073
CIE-Lab91.9458-34.351821.1830

#aff9be color RGB value is (175,249,190).

#aff9be hex color red value is 175, green value is 249 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aff9be hue: 0.37 , saturation: 0.86 and the lightness value of aff9be is 0.83.

The process color (four color CMYK) of #aff9be color hex is 0.30, 0.00, 0.24, 0.02. Web safe color of #aff9be is #99ffcc. Color #aff9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10111110
Octal 257 371 276
Decimal 175 249 190
Hex AF F9 BE

RGB Percentages of Color #aff9be

%28.50
%40.55
%30.94

CMYK Percentages of Color #aff9be

%30
%0
%24
%2

Triadic Colors of #aff9be

#aff9be #beaff9 #f9beaf

Analogous Colors of #aff9be

#aff9be #aff9e3 #c5f9af

Monochromatic Colors of #aff9be

#aff9be

Complementary Color

#aff9be #f9afea

#aff9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff9be Color CSS Codes

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

#aff9be Text Font Color

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

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


#aff9be Background Color

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

This div background color is #aff9be


#aff9be Border Color

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

This div border color is #aff9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff9be


Comments

No comments written yet.

Please login to write comment.