Color Hex Logo

#afccdf Color Hex

#AFCCDF
(175,204,223)
0 Favorites   0 Comments

Color spaces of #afccdf

RGB 175204223
HSL0.570.430.78
HSV204°22°87°
CMYK 0.220.090.00   0.13
XYZ52.591357.627478.1634
Yxy57.62740.27920.3059
Hunter Lab75.9127-9.1849-7.9090
CIE-Lab80.5312-5.5997-12.6458

#afccdf color RGB value is (175,204,223).

#afccdf hex color red value is 175, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afccdf hue: 0.57 , saturation: 0.43 and the lightness value of afccdf is 0.78.

The process color (four color CMYK) of #afccdf color hex is 0.22, 0.09, 0.00, 0.13. Web safe color of #afccdf is #99cccc. Color #afccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11011111
Octal 257 314 337
Decimal 175 204 223
Hex AF CC DF

RGB Percentages of Color #afccdf

%29.07
%33.89
%37.04

CMYK Percentages of Color #afccdf

%22
%9
%0
%13

Triadic Colors of #afccdf

#afccdf #dfafcc #ccdfaf

Analogous Colors of #afccdf

#afccdf #afb4df #afdfda

Monochromatic Colors of #afccdf

#afccdf

Complementary Color

#afccdf #dfc2af

#afccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccdf Color CSS Codes

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

#afccdf Text Font Color

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

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


#afccdf Background Color

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

This div background color is #afccdf


#afccdf Border Color

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

This div border color is #afccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccdf


Comments

No comments written yet.

Please login to write comment.