Color Hex Logo

#afccde Color Hex

#AFCCDE
(175,204,222)
0 Favorites   0 Comments

Color spaces of #afccde

RGB 175204222
HSL0.560.420.78
HSV203°21°87°
CMYK 0.210.080.00   0.13
XYZ52.456957.573677.4553
Yxy57.57360.27980.3071
Hunter Lab75.8773-9.3812-7.4090
CIE-Lab80.5011-5.8202-12.1552

#afccde color RGB value is (175,204,222).

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

The process color (four color CMYK) of #afccde color hex is 0.21, 0.08, 0.00, 0.13. Web safe color of #afccde is #99cccc. Color #afccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11011110
Octal 257 314 336
Decimal 175 204 222
Hex AF CC DE

RGB Percentages of Color #afccde

%29.12
%33.94
%36.94

CMYK Percentages of Color #afccde

%21
%8
%0
%13

Triadic Colors of #afccde

#afccde #deafcc #ccdeaf

Analogous Colors of #afccde

#afccde #afb5de #afded9

Monochromatic Colors of #afccde

#afccde

Complementary Color

#afccde #dec1af

#afccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccde Color CSS Codes

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

#afccde Text Font Color

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

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


#afccde Background Color

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

This div background color is #afccde


#afccde Border Color

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

This div border color is #afccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccde


Comments

No comments written yet.

Please login to write comment.