Color Hex Logo

#afeaba Color Hex

#AFEABA
(175,234,186)
0 Favorites   0 Comments

Color spaces of #afeaba

RGB 175234186
HSL0.360.580.80
HSV131°25°92°
CMYK 0.250.000.21   0.08
XYZ55.964971.504857.3065
Yxy71.50480.30290.3870
Hunter Lab84.5605-29.843819.0116
CIE-Lab87.7297-28.031817.3671

#afeaba color RGB value is (175,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10111010
Octal 257 352 272
Decimal 175 234 186
Hex AF EA BA

RGB Percentages of Color #afeaba

%29.41
%39.33
%31.26

CMYK Percentages of Color #afeaba

%25
%0
%21
%8

Triadic Colors of #afeaba

#afeaba #baafea #eabaaf

Analogous Colors of #afeaba

#afeaba #afead8 #c2eaaf

Monochromatic Colors of #afeaba

#afeaba

Complementary Color

#afeaba #eaafdf

#afeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaba Color CSS Codes

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

#afeaba Text Font Color

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

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


#afeaba Background Color

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

This div background color is #afeaba


#afeaba Border Color

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

This div border color is #afeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaba


Comments

No comments written yet.

Please login to write comment.