Color Hex Logo

#adbece Color Hex

#ADBECE
(173,190,206)
0 Favorites   0 Comments

Color spaces of #adbece

RGB 173190206
HSL0.580.250.74
HSV209°16°81°
CMYK 0.160.080.00   0.19
XYZ46.787650.167465.6098
Yxy50.16740.28780.3086
Hunter Lab70.8289-6.0386-5.3409
CIE-Lab76.1719-2.5015-10.0101

#adbece color RGB value is (173,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11001110
Octal 255 276 316
Decimal 173 190 206
Hex AD BE CE

RGB Percentages of Color #adbece

%30.40
%33.39
%36.20

CMYK Percentages of Color #adbece

%16
%8
%0
%19

Triadic Colors of #adbece

#adbece #ceadbe #becead

Analogous Colors of #adbece

#adbece #adaece #adcece

Monochromatic Colors of #adbece

#adbece

Complementary Color

#adbece #cebdad

#adbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbece Color CSS Codes

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

#adbece Text Font Color

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

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


#adbece Background Color

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

This div background color is #adbece


#adbece Border Color

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

This div border color is #adbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbece


Comments

No comments written yet.

Please login to write comment.