Color Hex Logo

#afbddf Color Hex

#AFBDDF
(175,189,223)
0 Favorites   0 Comments

Color spaces of #afbddf

RGB 175189223
HSL0.620.430.78
HSV223°22°87°
CMYK 0.220.150.00   0.13
XYZ49.196150.836977.0316
Yxy50.83690.27780.2871
Hunter Lab71.3000-1.6123-14.1462
CIE-Lab76.58012.4002-18.5895

#afbddf color RGB value is (175,189,223).

#afbddf hex color red value is 175, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afbddf hue: 0.62 , saturation: 0.43 and the lightness value of afbddf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11011111
Octal 257 275 337
Decimal 175 189 223
Hex AF BD DF

RGB Percentages of Color #afbddf

%29.81
%32.20
%37.99

CMYK Percentages of Color #afbddf

%22
%15
%0
%13

Triadic Colors of #afbddf

#afbddf #dfafbd #bddfaf

Analogous Colors of #afbddf

#afbddf #b9afdf #afd5df

Monochromatic Colors of #afbddf

#afbddf

Complementary Color

#afbddf #dfd1af

#afbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbddf Color CSS Codes

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

#afbddf Text Font Color

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

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


#afbddf Background Color

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

This div background color is #afbddf


#afbddf Border Color

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

This div border color is #afbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbddf


Comments

No comments written yet.

Please login to write comment.