Color Hex Logo

#afbdd7 Color Hex

#AFBDD7
(175,189,215)
0 Favorites   0 Comments

Color spaces of #afbdd7

RGB 175189215
HSL0.610.330.76
HSV219°19°84°
CMYK 0.190.120.00   0.16
XYZ48.142550.415471.4837
Yxy50.41540.28310.2965
Hunter Lab71.0038-3.2288-9.9881
CIE-Lab76.32350.6196-14.6465

#afbdd7 color RGB value is (175,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11010111
Octal 257 275 327
Decimal 175 189 215
Hex AF BD D7

RGB Percentages of Color #afbdd7

%30.22
%32.64
%37.13

CMYK Percentages of Color #afbdd7

%19
%12
%0
%16

Triadic Colors of #afbdd7

#afbdd7 #d7afbd #bdd7af

Analogous Colors of #afbdd7

#afbdd7 #b5afd7 #afd1d7

Monochromatic Colors of #afbdd7

#afbdd7

Complementary Color

#afbdd7 #d7c9af

#afbdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdd7 Color CSS Codes

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

#afbdd7 Text Font Color

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

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


#afbdd7 Background Color

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

This div background color is #afbdd7


#afbdd7 Border Color

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

This div border color is #afbdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdd7


Comments

No comments written yet.

Please login to write comment.