Color Hex Logo

#afffca Color Hex

#AFFFCA
(175,255,202)
0 Favorites   0 Comments

Color spaces of #afffca

RGB 175255202
HSL0.391.000.84
HSV140°31°100°
CMYK 0.310.000.21   0.00
XYZ64.099984.898268.8857
Yxy84.89820.29420.3896
Hunter Lab92.1402-37.066920.1719
CIE-Lab93.8392-34.971817.6848

#afffca color RGB value is (175,255,202).

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

The process color (four color CMYK) of #afffca color hex is 0.31, 0.00, 0.21, 0.00. Web safe color of #afffca is #99ffcc. Color #afffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11001010
Octal 257 377 312
Decimal 175 255 202
Hex AF FF CA

RGB Percentages of Color #afffca

%27.69
%40.35
%31.96

CMYK Percentages of Color #afffca

%31
%0
%21
%0

Triadic Colors of #afffca

#afffca #caafff #ffcaaf

Analogous Colors of #afffca

#afffca #affff2 #bcffaf

Monochromatic Colors of #afffca

#afffca

Complementary Color

#afffca #ffafe4

#afffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffca Color CSS Codes

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

#afffca Text Font Color

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

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


#afffca Background Color

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

This div background color is #afffca


#afffca Border Color

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

This div border color is #afffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffca


Comments

No comments written yet.

Please login to write comment.