Color Hex Logo

#afbddb Color Hex

#AFBDDB
(175,189,219)
0 Favorites   0 Comments

Color spaces of #afbddb

RGB 175189219
HSL0.610.380.77
HSV221°20°86°
CMYK 0.200.140.00   0.14
XYZ48.663050.623674.2244
Yxy50.62360.28050.2918
Hunter Lab71.1503-2.4284-12.0465
CIE-Lab76.45041.5038-16.6214

#afbddb color RGB value is (175,189,219).

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

The process color (four color CMYK) of #afbddb color hex is 0.20, 0.14, 0.00, 0.14. Web safe color of #afbddb is #99cccc. Color #afbddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11011011
Octal 257 275 333
Decimal 175 189 219
Hex AF BD DB

RGB Percentages of Color #afbddb

%30.02
%32.42
%37.56

CMYK Percentages of Color #afbddb

%20
%14
%0
%14

Triadic Colors of #afbddb

#afbddb #dbafbd #bddbaf

Analogous Colors of #afbddb

#afbddb #b7afdb #afd3db

Monochromatic Colors of #afbddb

#afbddb

Complementary Color

#afbddb #dbcdaf

#afbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbddb Color CSS Codes

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

#afbddb Text Font Color

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

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


#afbddb Background Color

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

This div background color is #afbddb


#afbddb Border Color

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

This div border color is #afbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbddb


Comments

No comments written yet.

Please login to write comment.