Color Hex Logo

#afeabf Color Hex

#AFEABF
(175,234,191)
0 Favorites   0 Comments

Color spaces of #afeabf

RGB 175234191
HSL0.380.580.80
HSV136°25°92°
CMYK 0.250.000.18   0.08
XYZ56.506071.721260.1556
Yxy71.72120.30000.3807
Hunter Lab84.6884-29.105417.1672
CIE-Lab87.8342-27.136114.9144

#afeabf color RGB value is (175,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10111111
Octal 257 352 277
Decimal 175 234 191
Hex AF EA BF

RGB Percentages of Color #afeabf

%29.17
%39.00
%31.83

CMYK Percentages of Color #afeabf

%25
%0
%18
%8

Triadic Colors of #afeabf

#afeabf #bfafea #eabfaf

Analogous Colors of #afeabf

#afeabf #afeadd #bdeaaf

Monochromatic Colors of #afeabf

#afeabf

Complementary Color

#afeabf #eaafda

#afeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeabf Color CSS Codes

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

#afeabf Text Font Color

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

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


#afeabf Background Color

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

This div background color is #afeabf


#afeabf Border Color

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

This div border color is #afeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeabf


Comments

No comments written yet.

Please login to write comment.