Color Hex Logo

#afcdd5 Color Hex

#AFCDD5
(175,205,213)
0 Favorites   0 Comments

Color spaces of #afcdd5

RGB 175205213
HSL0.540.310.76
HSV193°18°84°
CMYK 0.180.040.00   0.16
XYZ51.520857.580771.3495
Yxy57.58070.28550.3191
Hunter Lab75.8819-11.5991-2.6312
CIE-Lab80.5051-8.2916-7.3281

#afcdd5 color RGB value is (175,205,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11010101
Octal 257 315 325
Decimal 175 205 213
Hex AF CD D5

RGB Percentages of Color #afcdd5

%29.51
%34.57
%35.92

CMYK Percentages of Color #afcdd5

%18
%4
%0
%16

Triadic Colors of #afcdd5

#afcdd5 #d5afcd #cdd5af

Analogous Colors of #afcdd5

#afcdd5 #afbad5 #afd5ca

Monochromatic Colors of #afcdd5

#afcdd5

Complementary Color

#afcdd5 #d5b7af

#afcdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdd5 Color CSS Codes

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

#afcdd5 Text Font Color

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

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


#afcdd5 Background Color

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

This div background color is #afcdd5


#afcdd5 Border Color

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

This div border color is #afcdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdd5


Comments

No comments written yet.

Please login to write comment.