Color Hex Logo

#afebaf Color Hex

#AFEBAF
(175,235,175)
0 Favorites   0 Comments

Color spaces of #afebaf

RGB 175235175
HSL0.330.600.80
HSV120°26°92°
CMYK 0.260.000.26   0.08
XYZ55.125471.625851.4772
Yxy71.62580.30930.4019
Hunter Lab84.6320-31.839423.1794
CIE-Lab87.7882-30.389923.1400

#afebaf color RGB value is (175,235,175).

#afebaf hex color red value is 175, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afebaf hue: 0.33 , saturation: 0.60 and the lightness value of afebaf is 0.80.

The process color (four color CMYK) of #afebaf color hex is 0.26, 0.00, 0.26, 0.08. Web safe color of #afebaf is #99ff99. Color #afebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10101111
Octal 257 353 257
Decimal 175 235 175
Hex AF EB AF

RGB Percentages of Color #afebaf

%29.91
%40.17
%29.91

CMYK Percentages of Color #afebaf

%26
%0
%26
%8

Triadic Colors of #afebaf

#afebaf #afafeb #ebafaf

Analogous Colors of #afebaf

#afebaf #afebcd #cdebaf

Monochromatic Colors of #afebaf

#afebaf

Complementary Color

#afebaf #ebafeb

#afebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebaf Color CSS Codes

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

#afebaf Text Font Color

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

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


#afebaf Background Color

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

This div background color is #afebaf


#afebaf Border Color

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

This div border color is #afebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebaf


Comments

No comments written yet.

Please login to write comment.