Color Hex Logo

#adbce6 Color Hex

#ADBCE6
(173,188,230)
0 Favorites   0 Comments

Color spaces of #adbce6

RGB 173188230
HSL0.620.530.79
HSV224°25°90°
CMYK 0.250.180.00   0.10
XYZ49.499750.563882.0138
Yxy50.56380.27190.2777
Hunter Lab71.1082-0.1824-18.6073
CIE-Lab76.41403.9402-22.6379

#adbce6 color RGB value is (173,188,230).

#adbce6 hex color red value is 173, green value is 188 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #adbce6 hue: 0.62 , saturation: 0.53 and the lightness value of adbce6 is 0.79.

The process color (four color CMYK) of #adbce6 color hex is 0.25, 0.18, 0.00, 0.10. Web safe color of #adbce6 is #99ccff. Color #adbce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11100110
Octal 255 274 346
Decimal 173 188 230
Hex AD BC E6

RGB Percentages of Color #adbce6

%29.27
%31.81
%38.92

CMYK Percentages of Color #adbce6

%25
%18
%0
%10

Triadic Colors of #adbce6

#adbce6 #e6adbc #bce6ad

Analogous Colors of #adbce6

#adbce6 #bbade6 #add9e6

Monochromatic Colors of #adbce6

#adbce6

Complementary Color

#adbce6 #e6d7ad

#adbce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbce6 Color CSS Codes

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

#adbce6 Text Font Color

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

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


#adbce6 Background Color

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

This div background color is #adbce6


#adbce6 Border Color

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

This div border color is #adbce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbce6


Comments

No comments written yet.

Please login to write comment.