Color Hex Logo

#afcbcf Color Hex

#AFCBCF
(175,203,207)
0 Favorites   0 Comments

Color spaces of #afcbcf

RGB 175203207
HSL0.520.250.75
HSV188°15°81°
CMYK 0.150.020.00   0.19
XYZ50.297656.330867.2535
Yxy56.33080.28930.3240
Hunter Lab75.0538-11.7218-0.5903
CIE-Lab79.8017-8.5119-5.1509

#afcbcf color RGB value is (175,203,207).

#afcbcf hex color red value is 175, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afcbcf hue: 0.52 , saturation: 0.25 and the lightness value of afcbcf is 0.75.

The process color (four color CMYK) of #afcbcf color hex is 0.15, 0.02, 0.00, 0.19. Web safe color of #afcbcf is #99cccc. Color #afcbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11001111
Octal 257 313 317
Decimal 175 203 207
Hex AF CB CF

RGB Percentages of Color #afcbcf

%29.91
%34.70
%35.38

CMYK Percentages of Color #afcbcf

%15
%2
%0
%19

Triadic Colors of #afcbcf

#afcbcf #cfafcb #cbcfaf

Analogous Colors of #afcbcf

#afcbcf #afbbcf #afcfc3

Monochromatic Colors of #afcbcf

#afcbcf

Complementary Color

#afcbcf #cfb3af

#afcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbcf Color CSS Codes

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

#afcbcf Text Font Color

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

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


#afcbcf Background Color

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

This div background color is #afcbcf


#afcbcf Border Color

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

This div border color is #afcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbcf


Comments

No comments written yet.

Please login to write comment.