Color Hex Logo

#afbdc8 Color Hex

#AFBDC8
(175,189,200)
0 Favorites   0 Comments

Color spaces of #afbdc8

RGB 175189200
HSL0.570.190.74
HSV206°13°78°
CMYK 0.130.050.00   0.22
XYZ46.302149.679361.7923
Yxy49.67930.29350.3149
Hunter Lab70.4835-6.0859-2.6405
CIE-Lab75.8720-2.5791-7.1852

#afbdc8 color RGB value is (175,189,200).

#afbdc8 hex color red value is 175, green value is 189 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afbdc8 hue: 0.57 , saturation: 0.19 and the lightness value of afbdc8 is 0.74.

The process color (four color CMYK) of #afbdc8 color hex is 0.13, 0.05, 0.00, 0.22. Web safe color of #afbdc8 is #99cccc. Color #afbdc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11001000
Octal 257 275 310
Decimal 175 189 200
Hex AF BD C8

RGB Percentages of Color #afbdc8

%31.03
%33.51
%35.46

CMYK Percentages of Color #afbdc8

%13
%5
%0
%22

Triadic Colors of #afbdc8

#afbdc8 #c8afbd #bdc8af

Analogous Colors of #afbdc8

#afbdc8 #afb1c8 #afc8c7

Monochromatic Colors of #afbdc8

#afbdc8

Complementary Color

#afbdc8 #c8baaf

#afbdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdc8 Color CSS Codes

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

#afbdc8 Text Font Color

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

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


#afbdc8 Background Color

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

This div background color is #afbdc8


#afbdc8 Border Color

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

This div border color is #afbdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdc8


Comments

No comments written yet.

Please login to write comment.