Color Hex Logo

#afcbcc Color Hex

#AFCBCC
(175,203,204)
1 Favorites   0 Comments

Color spaces of #afcbcc

RGB 175203204
HSL0.510.220.74
HSV182°14°80°
CMYK 0.140.000.00   0.20
XYZ49.934256.185565.3398
Yxy56.18550.29120.3277
Hunter Lab74.9570-12.26310.7870
CIE-Lab79.7193-9.1329-3.6619

#afcbcc color RGB value is (175,203,204).

#afcbcc hex color red value is 175, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afcbcc hue: 0.51 , saturation: 0.22 and the lightness value of afcbcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11001100
Octal 257 313 314
Decimal 175 203 204
Hex AF CB CC

RGB Percentages of Color #afcbcc

%30.07
%34.88
%35.05

CMYK Percentages of Color #afcbcc

%14
%0
%0
%20

Triadic Colors of #afcbcc

#afcbcc #ccafcb #cbccaf

Analogous Colors of #afcbcc

#afcbcc #afbdcc #afccbf

Monochromatic Colors of #afcbcc

#afcbcc

Complementary Color

#afcbcc #ccb0af

#afcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbcc Color CSS Codes

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

#afcbcc Text Font Color

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

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


#afcbcc Background Color

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

This div background color is #afcbcc


#afcbcc Border Color

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

This div border color is #afcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbcc

#afcbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.