Color Hex Logo

#adc5eb Color Hex

#ADC5EB
(173,197,235)
0 Favorites   0 Comments

Color spaces of #adc5eb

RGB 173197235
HSL0.600.610.80
HSV217°26°92°
CMYK 0.260.160.00   0.08
XYZ52.195254.814986.4266
Yxy54.81490.26980.2834
Hunter Lab74.0371-3.7247-17.3857
CIE-Lab78.93450.2493-21.4991

#adc5eb color RGB value is (173,197,235).

#adc5eb hex color red value is 173, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #adc5eb hue: 0.60 , saturation: 0.61 and the lightness value of adc5eb is 0.80.

The process color (four color CMYK) of #adc5eb color hex is 0.26, 0.16, 0.00, 0.08. Web safe color of #adc5eb is #99ccff. Color #adc5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 11101011
Octal 255 305 353
Decimal 173 197 235
Hex AD C5 EB

RGB Percentages of Color #adc5eb

%28.60
%32.56
%38.84

CMYK Percentages of Color #adc5eb

%26
%16
%0
%8

Triadic Colors of #adc5eb

#adc5eb #ebadc5 #c5ebad

Analogous Colors of #adc5eb

#adc5eb #b4adeb #ade4eb

Monochromatic Colors of #adc5eb

#adc5eb

Complementary Color

#adc5eb #ebd3ad

#adc5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc5eb Color CSS Codes

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

#adc5eb Text Font Color

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

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


#adc5eb Background Color

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

This div background color is #adc5eb


#adc5eb Border Color

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

This div border color is #adc5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc5eb


Comments

No comments written yet.

Please login to write comment.