Color Hex Logo

#aff5cc Color Hex

#AFF5CC
(175,245,204)
0 Favorites   0 Comments

Color spaces of #aff5cc

RGB 175245204
HSL0.400.780.82
HSV145°29°96°
CMYK 0.290.000.17   0.04
XYZ61.230778.778469.1053
Yxy78.77840.29280.3767
Hunter Lab88.7572-32.183815.9675
CIE-Lab91.1339-29.953412.8383

#aff5cc color RGB value is (175,245,204).

#aff5cc hex color red value is 175, green value is 245 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aff5cc hue: 0.40 , saturation: 0.78 and the lightness value of aff5cc is 0.82.

The process color (four color CMYK) of #aff5cc color hex is 0.29, 0.00, 0.17, 0.04. Web safe color of #aff5cc is #99ffcc. Color #aff5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 11001100
Octal 257 365 314
Decimal 175 245 204
Hex AF F5 CC

RGB Percentages of Color #aff5cc

%28.04
%39.26
%32.69

CMYK Percentages of Color #aff5cc

%29
%0
%17
%4

Triadic Colors of #aff5cc

#aff5cc #ccaff5 #f5ccaf

Analogous Colors of #aff5cc

#aff5cc #aff5ef #b5f5af

Monochromatic Colors of #aff5cc

#aff5cc

Complementary Color

#aff5cc #f5afd8

#aff5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff5cc Color CSS Codes

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

#aff5cc Text Font Color

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

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


#aff5cc Background Color

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

This div background color is #aff5cc


#aff5cc Border Color

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

This div border color is #aff5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff5cc

Related Colors


Comments

No comments written yet.

Please login to write comment.