Color Hex Logo

#afebb9 Color Hex

#AFEBB9
(175,235,185)
0 Favorites   0 Comments

Color spaces of #afebb9

RGB 175235185
HSL0.360.600.80
HSV130°26°92°
CMYK 0.260.000.21   0.08
XYZ56.144572.033456.8437
Yxy72.03340.30340.3893
Hunter Lab84.8725-30.446319.7010
CIE-Lab87.9847-28.683118.2425

#afebb9 color RGB value is (175,235,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10111001
Octal 257 353 271
Decimal 175 235 185
Hex AF EB B9

RGB Percentages of Color #afebb9

%29.41
%39.50
%31.09

CMYK Percentages of Color #afebb9

%26
%0
%21
%8

Triadic Colors of #afebb9

#afebb9 #b9afeb #ebb9af

Analogous Colors of #afebb9

#afebb9 #afebd7 #c3ebaf

Monochromatic Colors of #afebb9

#afebb9

Complementary Color

#afebb9 #ebafe1

#afebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebb9 Color CSS Codes

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

#afebb9 Text Font Color

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

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


#afebb9 Background Color

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

This div background color is #afebb9


#afebb9 Border Color

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

This div border color is #afebb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebb9


Comments

No comments written yet.

Please login to write comment.