Color Hex Logo

#afcdd6 Color Hex

#AFCDD6
(175,205,214)
0 Favorites   0 Comments

Color spaces of #afcdd6

RGB 175205214
HSL0.540.320.76
HSV194°18°84°
CMYK 0.180.040.00   0.16
XYZ51.648157.631672.0202
Yxy57.63160.28490.3179
Hunter Lab75.9155-11.4120-3.1070
CIE-Lab80.5335-8.0786-7.8217

#afcdd6 color RGB value is (175,205,214).

#afcdd6 hex color red value is 175, green value is 205 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #afcdd6 hue: 0.54 , saturation: 0.32 and the lightness value of afcdd6 is 0.76.

The process color (four color CMYK) of #afcdd6 color hex is 0.18, 0.04, 0.00, 0.16. Web safe color of #afcdd6 is #99cccc. Color #afcdd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11010110
Octal 257 315 326
Decimal 175 205 214
Hex AF CD D6

RGB Percentages of Color #afcdd6

%29.46
%34.51
%36.03

CMYK Percentages of Color #afcdd6

%18
%4
%0
%16

Triadic Colors of #afcdd6

#afcdd6 #d6afcd #cdd6af

Analogous Colors of #afcdd6

#afcdd6 #afbad6 #afd6cc

Monochromatic Colors of #afcdd6

#afcdd6

Complementary Color

#afcdd6 #d6b8af

#afcdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd6 Color CSS Codes

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

#afcdd6 Text Font Color

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

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


#afcdd6 Background Color

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

This div background color is #afcdd6


#afcdd6 Border Color

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

This div border color is #afcdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd6


Comments

No comments written yet.

Please login to write comment.