Color Hex Logo

#aff3cc Color Hex

#AFF3CC
(175,243,204)
0 Favorites   0 Comments

Color spaces of #aff3cc

RGB 175243204
HSL0.400.740.82
HSV146°28°95°
CMYK 0.280.000.16   0.05
XYZ60.628977.574868.9047
Yxy77.57480.29270.3746
Hunter Lab88.0766-31.260715.2694
CIE-Lab90.5855-29.009012.0592

#aff3cc color RGB value is (175,243,204).

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

The process color (four color CMYK) of #aff3cc color hex is 0.28, 0.00, 0.16, 0.05. Web safe color of #aff3cc is #99ffcc. Color #aff3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 11001100
Octal 257 363 314
Decimal 175 243 204
Hex AF F3 CC

RGB Percentages of Color #aff3cc

%28.14
%39.07
%32.80

CMYK Percentages of Color #aff3cc

%28
%0
%16
%5

Triadic Colors of #aff3cc

#aff3cc #ccaff3 #f3ccaf

Analogous Colors of #aff3cc

#aff3cc #aff3ee #b4f3af

Monochromatic Colors of #aff3cc

#aff3cc

Complementary Color

#aff3cc #f3afd6

#aff3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff3cc Color CSS Codes

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

#aff3cc Text Font Color

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

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


#aff3cc Background Color

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

This div background color is #aff3cc


#aff3cc Border Color

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

This div border color is #aff3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff3cc


Comments

No comments written yet.

Please login to write comment.