Color Hex Logo

#adbfce Color Hex

#ADBFCE
(173,191,206)
0 Favorites   0 Comments

Color spaces of #adbfce

RGB 173191206
HSL0.580.250.74
HSV207°16°81°
CMYK 0.160.070.00   0.19
XYZ47.005050.602165.6823
Yxy50.60210.28790.3099
Hunter Lab71.1352-6.5365-4.9505
CIE-Lab76.4374-3.0352-9.6146

#adbfce color RGB value is (173,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11001110
Octal 255 277 316
Decimal 173 191 206
Hex AD BF CE

RGB Percentages of Color #adbfce

%30.35
%33.51
%36.14

CMYK Percentages of Color #adbfce

%16
%7
%0
%19

Triadic Colors of #adbfce

#adbfce #ceadbf #bfcead

Analogous Colors of #adbfce

#adbfce #adafce #adcecd

Monochromatic Colors of #adbfce

#adbfce

Complementary Color

#adbfce #cebcad

#adbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfce Color CSS Codes

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

#adbfce Text Font Color

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

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


#adbfce Background Color

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

This div background color is #adbfce


#adbfce Border Color

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

This div border color is #adbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfce


Comments

No comments written yet.

Please login to write comment.