Color Hex Logo

#afc2ca Color Hex

#AFC2CA
(175,194,202)
0 Favorites   0 Comments

Color spaces of #afc2ca

RGB 175194202
HSL0.550.200.74
HSV198°13°79°
CMYK 0.130.040.00   0.21
XYZ47.631751.961863.3963
Yxy51.96180.29220.3188
Hunter Lab72.0845-8.1995-1.6847
CIE-Lab77.2580-4.8229-6.2161

#afc2ca color RGB value is (175,194,202).

#afc2ca hex color red value is 175, green value is 194 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afc2ca hue: 0.55 , saturation: 0.20 and the lightness value of afc2ca is 0.74.

The process color (four color CMYK) of #afc2ca color hex is 0.13, 0.04, 0.00, 0.21. Web safe color of #afc2ca is #99cccc. Color #afc2ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 11001010
Octal 257 302 312
Decimal 175 194 202
Hex AF C2 CA

RGB Percentages of Color #afc2ca

%30.65
%33.98
%35.38

CMYK Percentages of Color #afc2ca

%13
%4
%0
%21

Triadic Colors of #afc2ca

#afc2ca #caafc2 #c2caaf

Analogous Colors of #afc2ca

#afc2ca #afb5ca #afcac5

Monochromatic Colors of #afc2ca

#afc2ca

Complementary Color

#afc2ca #cab7af

#afc2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc2ca Color CSS Codes

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

#afc2ca Text Font Color

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

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


#afc2ca Background Color

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

This div background color is #afc2ca


#afc2ca Border Color

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

This div border color is #afc2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc2ca


Comments

No comments written yet.

Please login to write comment.