Color Hex Logo

#affee6 Color Hex

#AFFEE6
(175,254,230)
0 Favorites   0 Comments

Color spaces of #affee6

RGB 175254230
HSL0.450.980.84
HSV162°31°100°
CMYK 0.310.000.09   0.00
XYZ67.403985.710887.8542
Yxy85.71080.27970.3557
Hunter Lab92.5801-32.05658.5427
CIE-Lab94.1886-29.06983.7869

#affee6 color RGB value is (175,254,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11100110
Octal 257 376 346
Decimal 175 254 230
Hex AF FE E6

RGB Percentages of Color #affee6

%26.56
%38.54
%34.90

CMYK Percentages of Color #affee6

%31
%0
%9
%0

Triadic Colors of #affee6

#affee6 #e6affe #fee6af

Analogous Colors of #affee6

#affee6 #afeffe #affebf

Monochromatic Colors of #affee6

#affee6

Complementary Color

#affee6 #feafc7

#affee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affee6 Color CSS Codes

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

#affee6 Text Font Color

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

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


#affee6 Background Color

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

This div background color is #affee6


#affee6 Border Color

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

This div border color is #affee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affee6


Comments

No comments written yet.

Please login to write comment.