Color Hex Logo

#adbfcf Color Hex

#ADBFCF
(173,191,207)
0 Favorites   0 Comments

Color spaces of #adbfcf

RGB 173191207
HSL0.580.260.75
HSV208°16°81°
CMYK 0.160.080.00   0.19
XYZ47.126950.650866.3242
Yxy50.65080.28720.3087
Hunter Lab71.1694-6.3474-5.4350
CIE-Lab76.4670-2.8214-10.1122

#adbfcf color RGB value is (173,191,207).

#adbfcf hex color red value is 173, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adbfcf hue: 0.58 , saturation: 0.26 and the lightness value of adbfcf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11001111
Octal 255 277 317
Decimal 173 191 207
Hex AD BF CF

RGB Percentages of Color #adbfcf

%30.30
%33.45
%36.25

CMYK Percentages of Color #adbfcf

%16
%8
%0
%19

Triadic Colors of #adbfcf

#adbfcf #cfadbf #bfcfad

Analogous Colors of #adbfcf

#adbfcf #adaecf #adcfce

Monochromatic Colors of #adbfcf

#adbfcf

Complementary Color

#adbfcf #cfbdad

#adbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfcf Color CSS Codes

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

#adbfcf Text Font Color

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

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


#adbfcf Background Color

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

This div background color is #adbfcf


#adbfcf Border Color

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

This div border color is #adbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfcf


Comments

No comments written yet.

Please login to write comment.