Color Hex Logo

#afbdd0 Color Hex

#AFBDD0
(175,189,208)
0 Favorites   0 Comments

Color spaces of #afbdd0

RGB 175189208
HSL0.600.260.75
HSV215°16°82°
CMYK 0.160.090.00   0.18
XYZ47.262050.063266.8467
Yxy50.06320.28790.3049
Hunter Lab70.7554-4.5904-6.4860
CIE-Lab76.1080-0.8964-11.1752

#afbdd0 color RGB value is (175,189,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11010000
Octal 257 275 320
Decimal 175 189 208
Hex AF BD D0

RGB Percentages of Color #afbdd0

%30.59
%33.04
%36.36

CMYK Percentages of Color #afbdd0

%16
%9
%0
%18

Triadic Colors of #afbdd0

#afbdd0 #d0afbd #bdd0af

Analogous Colors of #afbdd0

#afbdd0 #b2afd0 #afced0

Monochromatic Colors of #afbdd0

#afbdd0

Complementary Color

#afbdd0 #d0c2af

#afbdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdd0 Color CSS Codes

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

#afbdd0 Text Font Color

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

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


#afbdd0 Background Color

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

This div background color is #afbdd0


#afbdd0 Border Color

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

This div border color is #afbdd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,189,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 #afbdd0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdd0


Comments

No comments written yet.

Please login to write comment.