Color Hex Logo

#afffe9 Color Hex

#AFFFE9
(175,255,233)
0 Favorites   0 Comments

Color spaces of #afffe9

RGB 175255233
HSL0.451.000.84
HSV164°31°100°
CMYK 0.310.000.09   0.00
XYZ68.147286.517290.1985
Yxy86.51720.27830.3533
Hunter Lab93.0146-31.99757.6153
CIE-Lab94.5330-28.92162.7393

#afffe9 color RGB value is (175,255,233).

#afffe9 hex color red value is 175, green value is 255 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #afffe9 hue: 0.45 , saturation: 1.00 and the lightness value of afffe9 is 0.84.

The process color (four color CMYK) of #afffe9 color hex is 0.31, 0.00, 0.09, 0.00. Web safe color of #afffe9 is #99ffff. Color #afffe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11101001
Octal 257 377 351
Decimal 175 255 233
Hex AF FF E9

RGB Percentages of Color #afffe9

%26.40
%38.46
%35.14

CMYK Percentages of Color #afffe9

%31
%0
%9
%0

Triadic Colors of #afffe9

#afffe9 #e9afff #ffe9af

Analogous Colors of #afffe9

#afffe9 #afedff #afffc1

Monochromatic Colors of #afffe9

#afffe9

Complementary Color

#afffe9 #ffafc5

#afffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffe9 Color CSS Codes

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

#afffe9 Text Font Color

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

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


#afffe9 Background Color

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

This div background color is #afffe9


#afffe9 Border Color

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

This div border color is #afffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffe9

Related Colors


Comments

No comments written yet.

Please login to write comment.