Color Hex Logo

#affbaf Color Hex

#AFFBAF
(175,251,175)
0 Favorites   0 Comments

Color spaces of #affbaf

RGB 175251175
HSL0.330.900.84
HSV120°30°98°
CMYK 0.300.000.30   0.02
XYZ59.914281.203553.0735
Yxy81.20350.30850.4182
Hunter Lab90.1130-39.016928.1593
CIE-Lab92.2222-37.761429.1907

#affbaf color RGB value is (175,251,175).

#affbaf hex color red value is 175, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #affbaf hue: 0.33 , saturation: 0.90 and the lightness value of affbaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10101111
Octal 257 373 257
Decimal 175 251 175
Hex AF FB AF

RGB Percentages of Color #affbaf

%29.12
%41.76
%29.12

CMYK Percentages of Color #affbaf

%30
%0
%30
%2

Triadic Colors of #affbaf

#affbaf #afaffb #fbafaf

Analogous Colors of #affbaf

#affbaf #affbd5 #d5fbaf

Monochromatic Colors of #affbaf

#affbaf

Complementary Color

#affbaf #fbaffb

#affbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#affbaf Color CSS Codes

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

#affbaf Text Font Color

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

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


#affbaf Background Color

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

This div background color is #affbaf


#affbaf Border Color

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

This div border color is #affbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affbaf


Comments

No comments written yet.

Please login to write comment.