Color Hex Logo

#afbcd0 Color Hex

#AFBCD0
(175,188,208)
0 Favorites   0 Comments

Color spaces of #afbcd0

RGB 175188208
HSL0.600.260.75
HSV216°16°82°
CMYK 0.160.100.00   0.18
XYZ47.047649.634566.7752
Yxy49.63450.28780.3037
Hunter Lab70.4518-4.0885-6.8797
CIE-Lab75.8444-0.3598-11.5692

#afbcd0 color RGB value is (175,188,208).

#afbcd0 hex color red value is 175, green value is 188 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #afbcd0 hue: 0.60 , saturation: 0.26 and the lightness value of afbcd0 is 0.75.

The process color (four color CMYK) of #afbcd0 color hex is 0.16, 0.10, 0.00, 0.18. Web safe color of #afbcd0 is #99cccc. Color #afbcd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11010000
Octal 257 274 320
Decimal 175 188 208
Hex AF BC D0

RGB Percentages of Color #afbcd0

%30.65
%32.92
%36.43

CMYK Percentages of Color #afbcd0

%16
%10
%0
%18

Triadic Colors of #afbcd0

#afbcd0 #d0afbc #bcd0af

Analogous Colors of #afbcd0

#afbcd0 #b3afd0 #afcdd0

Monochromatic Colors of #afbcd0

#afbcd0

Complementary Color

#afbcd0 #d0c3af

#afbcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcd0 Color CSS Codes

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

#afbcd0 Text Font Color

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

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


#afbcd0 Background Color

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

This div background color is #afbcd0


#afbcd0 Border Color

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

This div border color is #afbcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcd0


Comments

No comments written yet.

Please login to write comment.