Color Hex Logo

#aff3bf Color Hex

#AFF3BF
(175,243,191)
0 Favorites   0 Comments

Color spaces of #aff3bf

RGB 175243191
HSL0.370.740.82
HSV134°28°95°
CMYK 0.280.000.21   0.05
XYZ59.133876.976761.0315
Yxy76.97670.30000.3905
Hunter Lab87.7364-33.230720.1719
CIE-Lab90.3109-31.392618.3919

#aff3bf color RGB value is (175,243,191).

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

The process color (four color CMYK) of #aff3bf color hex is 0.28, 0.00, 0.21, 0.05. Web safe color of #aff3bf is #99ffcc. Color #aff3bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 10111111
Octal 257 363 277
Decimal 175 243 191
Hex AF F3 BF

RGB Percentages of Color #aff3bf

%28.74
%39.90
%31.36

CMYK Percentages of Color #aff3bf

%28
%0
%21
%5

Triadic Colors of #aff3bf

#aff3bf #bfaff3 #f3bfaf

Analogous Colors of #aff3bf

#aff3bf #aff3e1 #c1f3af

Monochromatic Colors of #aff3bf

#aff3bf

Complementary Color

#aff3bf #f3afe3

#aff3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff3bf Color CSS Codes

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

#aff3bf Text Font Color

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

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


#aff3bf Background Color

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

This div background color is #aff3bf


#aff3bf Border Color

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

This div border color is #aff3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff3bf


Comments

No comments written yet.

Please login to write comment.