Color Hex Logo

#aff5bf Color Hex

#AFF5BF
(175,245,191)
0 Favorites   0 Comments

Color spaces of #aff5bf

RGB 175245191
HSL0.370.780.82
HSV134°29°96°
CMYK 0.290.000.22   0.04
XYZ59.735678.180461.2321
Yxy78.18040.30000.3926
Hunter Lab88.4197-34.141320.8345
CIE-Lab90.8622-32.325719.1619

#aff5bf color RGB value is (175,245,191).

#aff5bf hex color red value is 175, green value is 245 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aff5bf hue: 0.37 , saturation: 0.78 and the lightness value of aff5bf is 0.82.

The process color (four color CMYK) of #aff5bf color hex is 0.29, 0.00, 0.22, 0.04. Web safe color of #aff5bf is #99ffcc. Color #aff5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 10111111
Octal 257 365 277
Decimal 175 245 191
Hex AF F5 BF

RGB Percentages of Color #aff5bf

%28.64
%40.10
%31.26

CMYK Percentages of Color #aff5bf

%29
%0
%22
%4

Triadic Colors of #aff5bf

#aff5bf #bfaff5 #f5bfaf

Analogous Colors of #aff5bf

#aff5bf #aff5e2 #c2f5af

Monochromatic Colors of #aff5bf

#aff5bf

Complementary Color

#aff5bf #f5afe5

#aff5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5bf Color CSS Codes

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

#aff5bf Text Font Color

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

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


#aff5bf Background Color

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

This div background color is #aff5bf


#aff5bf Border Color

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

This div border color is #aff5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5bf

Related Colors


Comments

No comments written yet.

Please login to write comment.