Color Hex Logo

#adafbc Color Hex

#ADAFBC
(173,175,188)
0 Favorites   0 Comments

Color spaces of #adafbc

RGB 173175188
HSL0.640.100.71
HSV232°74°
CMYK 0.080.070.00   0.26
XYZ41.640743.175053.7159
Yxy43.17500.30060.3117
Hunter Lab65.7077-1.8683-2.4741
CIE-Lab71.67361.8455-6.8704

#adafbc color RGB value is (173,175,188).

#adafbc hex color red value is 173, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adafbc hue: 0.64 , saturation: 0.10 and the lightness value of adafbc is 0.71.

The process color (four color CMYK) of #adafbc color hex is 0.08, 0.07, 0.00, 0.26. Web safe color of #adafbc is #9999cc. Color #adafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10111100
Octal 255 257 274
Decimal 173 175 188
Hex AD AF BC

RGB Percentages of Color #adafbc

%32.28
%32.65
%35.07

CMYK Percentages of Color #adafbc

%8
%7
%0
%26

Triadic Colors of #adafbc

#adafbc #bcadaf #afbcad

Analogous Colors of #adafbc

#adafbc #b3adbc #adb7bc

Monochromatic Colors of #adafbc

#adafbc

Complementary Color

#adafbc #bcbaad

#adafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafbc Color CSS Codes

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

#adafbc Text Font Color

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

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


#adafbc Background Color

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

This div background color is #adafbc


#adafbc Border Color

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

This div border color is #adafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafbc


Comments

No comments written yet.

Please login to write comment.