Color Hex Logo

#afcdd8 Color Hex

#AFCDD8
(175,205,216)
0 Favorites   0 Comments

Color spaces of #afcdd8

RGB 175205216
HSL0.540.340.77
HSV196°19°85°
CMYK 0.190.050.00   0.15
XYZ51.905257.734573.3739
Yxy57.73450.28360.3155
Hunter Lab75.9832-11.0348-4.0657
CIE-Lab80.5910-7.6502-8.8077

#afcdd8 color RGB value is (175,205,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11011000
Octal 257 315 330
Decimal 175 205 216
Hex AF CD D8

RGB Percentages of Color #afcdd8

%29.36
%34.40
%36.24

CMYK Percentages of Color #afcdd8

%19
%5
%0
%15

Triadic Colors of #afcdd8

#afcdd8 #d8afcd #cdd8af

Analogous Colors of #afcdd8

#afcdd8 #afb9d8 #afd8cf

Monochromatic Colors of #afcdd8

#afcdd8

Complementary Color

#afcdd8 #d8baaf

#afcdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd8 Color CSS Codes

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

#afcdd8 Text Font Color

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

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


#afcdd8 Background Color

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

This div background color is #afcdd8


#afcdd8 Border Color

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

This div border color is #afcdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd8


Comments

No comments written yet.

Please login to write comment.