Color Hex Logo

#afebb6 Color Hex

#AFEBB6
(175,235,182)
0 Favorites   0 Comments

Color spaces of #afebb6

RGB 175235182
HSL0.350.600.80
HSV127°26°92°
CMYK 0.260.000.23   0.08
XYZ55.831071.908055.1930
Yxy71.90800.30520.3931
Hunter Lab84.7986-30.873920.7688
CIE-Lab87.9243-29.205119.7126

#afebb6 color RGB value is (175,235,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 10110110
Octal 257 353 266
Decimal 175 235 182
Hex AF EB B6

RGB Percentages of Color #afebb6

%29.56
%39.70
%30.74

CMYK Percentages of Color #afebb6

%26
%0
%23
%8

Triadic Colors of #afebb6

#afebb6 #b6afeb #ebb6af

Analogous Colors of #afebb6

#afebb6 #afebd4 #c6ebaf

Monochromatic Colors of #afebb6

#afebb6

Complementary Color

#afebb6 #ebafe4

#afebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebb6 Color CSS Codes

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

#afebb6 Text Font Color

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

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


#afebb6 Background Color

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

This div background color is #afebb6


#afebb6 Border Color

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

This div border color is #afebb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebb6


Comments

No comments written yet.

Please login to write comment.