Color Hex Logo

#afcdd4 Color Hex

#AFCDD4
(175,205,212)
0 Favorites   0 Comments

Color spaces of #afcdd4

RGB 175205212
HSL0.530.300.76
HSV191°17°83°
CMYK 0.170.030.00   0.17
XYZ51.394257.530170.6830
Yxy57.53010.28610.3203
Hunter Lab75.8486-11.7854-2.1581
CIE-Lab80.4768-8.5039-6.8342

#afcdd4 color RGB value is (175,205,212).

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

The process color (four color CMYK) of #afcdd4 color hex is 0.17, 0.03, 0.00, 0.17. Web safe color of #afcdd4 is #99cccc. Color #afcdd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11010100
Octal 257 315 324
Decimal 175 205 212
Hex AF CD D4

RGB Percentages of Color #afcdd4

%29.56
%34.63
%35.81

CMYK Percentages of Color #afcdd4

%17
%3
%0
%17

Triadic Colors of #afcdd4

#afcdd4 #d4afcd #cdd4af

Analogous Colors of #afcdd4

#afcdd4 #afbbd4 #afd4c9

Monochromatic Colors of #afcdd4

#afcdd4

Complementary Color

#afcdd4 #d4b6af

#afcdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd4 Color CSS Codes

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

#afcdd4 Text Font Color

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

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


#afcdd4 Background Color

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

This div background color is #afcdd4


#afcdd4 Border Color

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

This div border color is #afcdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd4


Comments

No comments written yet.

Please login to write comment.