Color Hex Logo

#affce9 Color Hex

#AFFCE9
(175,252,233)
0 Favorites   0 Comments

Color spaces of #affce9

RGB 175252233
HSL0.460.930.84
HSV165°31°99°
CMYK 0.310.000.08   0.01
XYZ67.197684.618089.8820
Yxy84.61800.27800.3501
Hunter Lab91.9880-30.58426.4591
CIE-Lab93.7183-27.49801.5544

#affce9 color RGB value is (175,252,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11101001
Octal 257 374 351
Decimal 175 252 233
Hex AF FC E9

RGB Percentages of Color #affce9

%26.52
%38.18
%35.30

CMYK Percentages of Color #affce9

%31
%0
%8
%1

Triadic Colors of #affce9

#affce9 #e9affc #fce9af

Analogous Colors of #affce9

#affce9 #afe9fc #affcc3

Monochromatic Colors of #affce9

#affce9

Complementary Color

#affce9 #fcafc2

#affce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affce9 Color CSS Codes

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

#affce9 Text Font Color

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

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


#affce9 Background Color

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

This div background color is #affce9


#affce9 Border Color

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

This div border color is #affce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affce9

Related Colors


Comments

No comments written yet.

Please login to write comment.