Color Hex Logo

#afbccd Color Hex

#AFBCCD
(175,188,205)
0 Favorites   0 Comments

Color spaces of #afbccd

RGB 175188205
HSL0.590.230.75
HSV214°15°80°
CMYK 0.150.080.00   0.20
XYZ46.681949.488264.8494
Yxy49.48820.28990.3073
Hunter Lab70.3479-4.6585-5.4123
CIE-Lab75.7540-0.9979-10.0754

#afbccd color RGB value is (175,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11001101
Octal 257 274 315
Decimal 175 188 205
Hex AF BC CD

RGB Percentages of Color #afbccd

%30.81
%33.10
%36.09

CMYK Percentages of Color #afbccd

%15
%8
%0
%20

Triadic Colors of #afbccd

#afbccd #cdafbc #bccdaf

Analogous Colors of #afbccd

#afbccd #b1afcd #afcbcd

Monochromatic Colors of #afbccd

#afbccd

Complementary Color

#afbccd #cdc0af

#afbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbccd Color CSS Codes

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

#afbccd Text Font Color

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

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


#afbccd Background Color

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

This div background color is #afbccd


#afbccd Border Color

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

This div border color is #afbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbccd


Comments

No comments written yet.

Please login to write comment.