Color Hex Logo

#afc4d9 Color Hex

#AFC4D9
(175,196,217)
1 Favorites   0 Comments

Color spaces of #afc4d9

RGB 175196217
HSL0.580.360.77
HSV210°19°85°
CMYK 0.190.100.00   0.15
XYZ49.943553.603673.3599
Yxy53.60360.28230.3030
Hunter Lab73.2145-6.3610-8.1576
CIE-Lab78.2300-2.6887-12.8671

#afc4d9 color RGB value is (175,196,217).

#afc4d9 hex color red value is 175, green value is 196 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #afc4d9 hue: 0.58 , saturation: 0.36 and the lightness value of afc4d9 is 0.77.

The process color (four color CMYK) of #afc4d9 color hex is 0.19, 0.10, 0.00, 0.15. Web safe color of #afc4d9 is #99cccc. Color #afc4d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11011001
Octal 257 304 331
Decimal 175 196 217
Hex AF C4 D9

RGB Percentages of Color #afc4d9

%29.76
%33.33
%36.90

CMYK Percentages of Color #afc4d9

%19
%10
%0
%15

Triadic Colors of #afc4d9

#afc4d9 #d9afc4 #c4d9af

Analogous Colors of #afc4d9

#afc4d9 #afafd9 #afd9d9

Monochromatic Colors of #afc4d9

#afc4d9

Complementary Color

#afc4d9 #d9c4af

#afc4d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4d9 Color CSS Codes

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

#afc4d9 Text Font Color

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

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


#afc4d9 Background Color

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

This div background color is #afc4d9


#afc4d9 Border Color

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

This div border color is #afc4d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4d9


Comments

No comments written yet.

Please login to write comment.