Color Hex Logo

#afbcd6 Color Hex

#AFBCD6
(175,188,214)
0 Favorites   0 Comments

Color spaces of #afbcd6

RGB 175188214
HSL0.610.320.76
HSV220°18°84°
CMYK 0.180.120.00   0.16
XYZ47.800049.935470.7375
Yxy49.93540.28370.2964
Hunter Lab70.6650-2.9208-9.8854
CIE-Lab76.02960.9391-14.5464

#afbcd6 color RGB value is (175,188,214).

#afbcd6 hex color red value is 175, green value is 188 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #afbcd6 hue: 0.61 , saturation: 0.32 and the lightness value of afbcd6 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11010110
Octal 257 274 326
Decimal 175 188 214
Hex AF BC D6

RGB Percentages of Color #afbcd6

%30.33
%32.58
%37.09

CMYK Percentages of Color #afbcd6

%18
%12
%0
%16

Triadic Colors of #afbcd6

#afbcd6 #d6afbc #bcd6af

Analogous Colors of #afbcd6

#afbcd6 #b6afd6 #afd0d6

Monochromatic Colors of #afbcd6

#afbcd6

Complementary Color

#afbcd6 #d6c9af

#afbcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcd6 Color CSS Codes

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

#afbcd6 Text Font Color

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

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


#afbcd6 Background Color

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

This div background color is #afbcd6


#afbcd6 Border Color

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

This div border color is #afbcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcd6


Comments

No comments written yet.

Please login to write comment.