Color Hex Logo

#afeeb6 Color Hex

#AFEEB6
(175,238,182)
0 Favorites   0 Comments

Color spaces of #afeeb6

RGB 175238182
HSL0.350.650.81
HSV127°26°93°
CMYK 0.260.000.24   0.07
XYZ56.697273.640455.4817
Yxy73.64040.30510.3963
Hunter Lab85.8140-32.239721.7368
CIE-Lab88.7523-30.619520.8626

#afeeb6 color RGB value is (175,238,182).

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

The process color (four color CMYK) of #afeeb6 color hex is 0.26, 0.00, 0.24, 0.07. Web safe color of #afeeb6 is #99ffcc. Color #afeeb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10110110
Octal 257 356 266
Decimal 175 238 182
Hex AF EE B6

RGB Percentages of Color #afeeb6

%29.41
%40.00
%30.59

CMYK Percentages of Color #afeeb6

%26
%0
%24
%7

Triadic Colors of #afeeb6

#afeeb6 #b6afee #eeb6af

Analogous Colors of #afeeb6

#afeeb6 #afeed6 #c8eeaf

Monochromatic Colors of #afeeb6

#afeeb6

Complementary Color

#afeeb6 #eeafe7

#afeeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeb6 Color CSS Codes

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

#afeeb6 Text Font Color

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

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


#afeeb6 Background Color

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

This div background color is #afeeb6


#afeeb6 Border Color

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

This div border color is #afeeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeb6


Comments

No comments written yet.

Please login to write comment.