Color Hex Logo

#afcddc Color Hex

#AFCDDC
(175,205,220)
0 Favorites   0 Comments

Color spaces of #afcddc

RGB 175205220
HSL0.560.390.77
HSV200°20°86°
CMYK 0.200.070.00   0.14
XYZ52.428857.943976.1311
Yxy57.94390.28110.3107
Hunter Lab76.1209-10.2684-6.0133
CIE-Lab80.7076-6.7833-10.7760

#afcddc color RGB value is (175,205,220).

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

The process color (four color CMYK) of #afcddc color hex is 0.20, 0.07, 0.00, 0.14. Web safe color of #afcddc is #99cccc. Color #afcddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11011100
Octal 257 315 334
Decimal 175 205 220
Hex AF CD DC

RGB Percentages of Color #afcddc

%29.17
%34.17
%36.67

CMYK Percentages of Color #afcddc

%20
%7
%0
%14

Triadic Colors of #afcddc

#afcddc #dcafcd #cddcaf

Analogous Colors of #afcddc

#afcddc #afb7dc #afdcd5

Monochromatic Colors of #afcddc

#afcddc

Complementary Color

#afcddc #dcbeaf

#afcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcddc Color CSS Codes

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

#afcddc Text Font Color

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

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


#afcddc Background Color

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

This div background color is #afcddc


#afcddc Border Color

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

This div border color is #afcddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcddc


Comments

No comments written yet.

Please login to write comment.