Color Hex Logo

#afecc9 Color Hex

#AFECC9
(175,236,201)
0 Favorites   0 Comments

Color spaces of #afecc9

RGB 175236201
HSL0.400.620.81
HSV146°26°93°
CMYK 0.260.000.15   0.07
XYZ58.217373.321966.3425
Yxy73.32190.29420.3705
Hunter Lab85.6282-28.490014.0034
CIE-Lab88.6010-26.239210.7929

#afecc9 color RGB value is (175,236,201).

#afecc9 hex color red value is 175, green value is 236 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #afecc9 hue: 0.40 , saturation: 0.62 and the lightness value of afecc9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11001001
Octal 257 354 311
Decimal 175 236 201
Hex AF EC C9

RGB Percentages of Color #afecc9

%28.59
%38.56
%32.84

CMYK Percentages of Color #afecc9

%26
%0
%15
%7

Triadic Colors of #afecc9

#afecc9 #c9afec #ecc9af

Analogous Colors of #afecc9

#afecc9 #afece8 #b4ecaf

Monochromatic Colors of #afecc9

#afecc9

Complementary Color

#afecc9 #ecafd2

#afecc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecc9 Color CSS Codes

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

#afecc9 Text Font Color

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

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


#afecc9 Background Color

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

This div background color is #afecc9


#afecc9 Border Color

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

This div border color is #afecc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecc9


Comments

No comments written yet.

Please login to write comment.