Color Hex Logo

#afcbd2 Color Hex

#AFCBD2
(175,203,210)
0 Favorites   0 Comments

Color spaces of #afcbd2

RGB 175203210
HSL0.530.280.75
HSV192°17°82°
CMYK 0.170.030.00   0.18
XYZ50.668056.479069.2038
Yxy56.47900.28730.3203
Hunter Lab75.1525-11.1718-1.9901
CIE-Lab79.8857-7.8834-6.6369

#afcbd2 color RGB value is (175,203,210).

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

The process color (four color CMYK) of #afcbd2 color hex is 0.17, 0.03, 0.00, 0.18. Web safe color of #afcbd2 is #99cccc. Color #afcbd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11010010
Octal 257 313 322
Decimal 175 203 210
Hex AF CB D2

RGB Percentages of Color #afcbd2

%29.76
%34.52
%35.71

CMYK Percentages of Color #afcbd2

%17
%3
%0
%18

Triadic Colors of #afcbd2

#afcbd2 #d2afcb #cbd2af

Analogous Colors of #afcbd2

#afcbd2 #afbad2 #afd2c8

Monochromatic Colors of #afcbd2

#afcbd2

Complementary Color

#afcbd2 #d2b6af

#afcbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbd2 Color CSS Codes

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

#afcbd2 Text Font Color

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

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


#afcbd2 Background Color

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

This div background color is #afcbd2


#afcbd2 Border Color

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

This div border color is #afcbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbd2


Comments

No comments written yet.

Please login to write comment.