Color Hex Logo

#afcdd1 Color Hex

#AFCDD1
(175,205,209)
0 Favorites   0 Comments

Color spaces of #afcdd1

RGB 175205209
HSL0.520.270.75
HSV187°16°82°
CMYK 0.160.020.00   0.18
XYZ51.019157.380168.7081
Yxy57.38010.28810.3240
Hunter Lab75.7497-12.3381-0.7537
CIE-Lab80.3929-9.1356-5.3508

#afcdd1 color RGB value is (175,205,209).

#afcdd1 hex color red value is 175, green value is 205 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #afcdd1 hue: 0.52 , saturation: 0.27 and the lightness value of afcdd1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11010001
Octal 257 315 321
Decimal 175 205 209
Hex AF CD D1

RGB Percentages of Color #afcdd1

%29.71
%34.80
%35.48

CMYK Percentages of Color #afcdd1

%16
%2
%0
%18

Triadic Colors of #afcdd1

#afcdd1 #d1afcd #cdd1af

Analogous Colors of #afcdd1

#afcdd1 #afbcd1 #afd1c4

Monochromatic Colors of #afcdd1

#afcdd1

Complementary Color

#afcdd1 #d1b3af

#afcdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd1 Color CSS Codes

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

#afcdd1 Text Font Color

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

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


#afcdd1 Background Color

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

This div background color is #afcdd1


#afcdd1 Border Color

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

This div border color is #afcdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd1


Comments

No comments written yet.

Please login to write comment.