Color Hex Logo

#afefbf Color Hex

#AFEFBF
(175,239,191)
0 Favorites   0 Comments

Color spaces of #afefbf

RGB 175239191
HSL0.380.670.81
HSV135°27°94°
CMYK 0.270.000.20   0.06
XYZ57.949774.608660.6368
Yxy74.60860.30000.3862
Hunter Lab86.3763-31.403118.8414
CIE-Lab89.2093-29.512916.8489

#afefbf color RGB value is (175,239,191).

#afefbf hex color red value is 175, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #afefbf hue: 0.38 , saturation: 0.67 and the lightness value of afefbf is 0.81.

The process color (four color CMYK) of #afefbf color hex is 0.27, 0.00, 0.20, 0.06. Web safe color of #afefbf is #99ffcc. Color #afefbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10111111
Octal 257 357 277
Decimal 175 239 191
Hex AF EF BF

RGB Percentages of Color #afefbf

%28.93
%39.50
%31.57

CMYK Percentages of Color #afefbf

%27
%0
%20
%6

Triadic Colors of #afefbf

#afefbf #bfafef #efbfaf

Analogous Colors of #afefbf

#afefbf #afefdf #bfefaf

Monochromatic Colors of #afefbf

#afefbf

Complementary Color

#afefbf #efafdf

#afefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefbf Color CSS Codes

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

#afefbf Text Font Color

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

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


#afefbf Background Color

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

This div background color is #afefbf


#afefbf Border Color

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

This div border color is #afefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefbf


Comments

No comments written yet.

Please login to write comment.