Color Hex Logo

#aff9ca Color Hex

#AFF9CA
(175,249,202)
0 Favorites   0 Comments

Color spaces of #aff9ca

RGB 175249202
HSL0.390.860.83
HSV142°30°98°
CMYK 0.300.000.19   0.02
XYZ62.215581.129668.2576
Yxy81.12960.29400.3834
Hunter Lab90.0720-34.330518.1197
CIE-Lab92.1893-32.199715.3636

#aff9ca color RGB value is (175,249,202).

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

The process color (four color CMYK) of #aff9ca color hex is 0.30, 0.00, 0.19, 0.02. Web safe color of #aff9ca is #99ffcc. Color #aff9ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 11001010
Octal 257 371 312
Decimal 175 249 202
Hex AF F9 CA

RGB Percentages of Color #aff9ca

%27.96
%39.78
%32.27

CMYK Percentages of Color #aff9ca

%30
%0
%19
%2

Triadic Colors of #aff9ca

#aff9ca #caaff9 #f9caaf

Analogous Colors of #aff9ca

#aff9ca #aff9ef #b9f9af

Monochromatic Colors of #aff9ca

#aff9ca

Complementary Color

#aff9ca #f9afde

#aff9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff9ca Color CSS Codes

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

#aff9ca Text Font Color

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

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


#aff9ca Background Color

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

This div background color is #aff9ca


#aff9ca Border Color

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

This div border color is #aff9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff9ca


Comments

No comments written yet.

Please login to write comment.