Color Hex Logo

#afc2da Color Hex

#AFC2DA
(175,194,218)
0 Favorites   0 Comments

Color spaces of #afc2da

RGB 175194218
HSL0.590.370.77
HSV213°20°85°
CMYK 0.200.110.00   0.15
XYZ49.625952.759573.8977
Yxy52.75950.28150.2993
Hunter Lab72.6357-5.1585-9.4751
CIE-Lab77.7328-1.4025-14.1518

#afc2da color RGB value is (175,194,218).

#afc2da hex color red value is 175, green value is 194 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afc2da hue: 0.59 , saturation: 0.37 and the lightness value of afc2da is 0.77.

The process color (four color CMYK) of #afc2da color hex is 0.20, 0.11, 0.00, 0.15. Web safe color of #afc2da is #99cccc. Color #afc2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 11011010
Octal 257 302 332
Decimal 175 194 218
Hex AF C2 DA

RGB Percentages of Color #afc2da

%29.81
%33.05
%37.14

CMYK Percentages of Color #afc2da

%20
%11
%0
%15

Triadic Colors of #afc2da

#afc2da #daafc2 #c2daaf

Analogous Colors of #afc2da

#afc2da #b2afda #afd8da

Monochromatic Colors of #afc2da

#afc2da

Complementary Color

#afc2da #dac7af

#afc2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc2da Color CSS Codes

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

#afc2da Text Font Color

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

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


#afc2da Background Color

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

This div background color is #afc2da


#afc2da Border Color

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

This div border color is #afc2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc2da


Comments

No comments written yet.

Please login to write comment.