Color Hex Logo

#afbadb Color Hex

#AFBADB
(175,186,219)
0 Favorites   0 Comments

Color spaces of #afbadb

RGB 175186219
HSL0.630.380.77
HSV225°20°86°
CMYK 0.200.150.00   0.14
XYZ48.024349.346274.0115
Yxy49.34620.28020.2879
Hunter Lab70.2469-0.9004-13.2947
CIE-Lab75.66623.1265-17.8051

#afbadb color RGB value is (175,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11011011
Octal 257 272 333
Decimal 175 186 219
Hex AF BA DB

RGB Percentages of Color #afbadb

%30.17
%32.07
%37.76

CMYK Percentages of Color #afbadb

%20
%15
%0
%14

Triadic Colors of #afbadb

#afbadb #dbafba #badbaf

Analogous Colors of #afbadb

#afbadb #baafdb #afd0db

Monochromatic Colors of #afbadb

#afbadb

Complementary Color

#afbadb #dbd0af

#afbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbadb Color CSS Codes

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

#afbadb Text Font Color

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

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


#afbadb Background Color

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

This div background color is #afbadb


#afbadb Border Color

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

This div border color is #afbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbadb


Comments

No comments written yet.

Please login to write comment.