Color Hex Logo

#afffbf Color Hex

#AFFFBF
(175,255,191)
0 Favorites   0 Comments

Color spaces of #afffbf

RGB 175255191
HSL0.371.000.84
HSV132°31°100°
CMYK 0.310.000.25   0.00
XYZ62.843284.395562.2680
Yxy84.39550.30000.4028
Hunter Lab91.8670-38.661324.1198
CIE-Lab93.6220-36.919922.9945

#afffbf color RGB value is (175,255,191).

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

The process color (four color CMYK) of #afffbf color hex is 0.31, 0.00, 0.25, 0.00. Web safe color of #afffbf is #99ffcc. Color #afffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10111111
Octal 257 377 277
Decimal 175 255 191
Hex AF FF BF

RGB Percentages of Color #afffbf

%28.18
%41.06
%30.76

CMYK Percentages of Color #afffbf

%31
%0
%25
%0

Triadic Colors of #afffbf

#afffbf #bfafff #ffbfaf

Analogous Colors of #afffbf

#afffbf #afffe7 #c7ffaf

Monochromatic Colors of #afffbf

#afffbf

Complementary Color

#afffbf #ffafef

#afffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffbf Color CSS Codes

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

#afffbf Text Font Color

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

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


#afffbf Background Color

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

This div background color is #afffbf


#afffbf Border Color

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

This div border color is #afffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffbf

#afffbf Color Palettes


Comments

No comments written yet.

Please login to write comment.