Color Hex Logo

#afccdc Color Hex

#AFCCDC
(175,204,220)
0 Favorites   0 Comments

Color spaces of #afccdc

RGB 175204220
HSL0.560.390.77
HSV201°20°86°
CMYK 0.200.070.00   0.14
XYZ52.190357.467076.0517
Yxy57.46700.28100.3094
Hunter Lab75.8070-9.7716-6.4165
CIE-Lab80.4415-6.2593-11.1729

#afccdc color RGB value is (175,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11011100
Octal 257 314 334
Decimal 175 204 220
Hex AF CC DC

RGB Percentages of Color #afccdc

%29.22
%34.06
%36.73

CMYK Percentages of Color #afccdc

%20
%7
%0
%14

Triadic Colors of #afccdc

#afccdc #dcafcc #ccdcaf

Analogous Colors of #afccdc

#afccdc #afb6dc #afdcd6

Monochromatic Colors of #afccdc

#afccdc

Complementary Color

#afccdc #dcbfaf

#afccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccdc Color CSS Codes

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

#afccdc Text Font Color

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

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


#afccdc Background Color

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

This div background color is #afccdc


#afccdc Border Color

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

This div border color is #afccdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,204,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 #afccdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccdc


Comments

No comments written yet.

Please login to write comment.