Color Hex Logo

#adc5e1 Color Hex

#ADC5E1
(173,197,225)
0 Favorites   0 Comments

Color spaces of #adc5e1

RGB 173197225
HSL0.590.460.78
HSV212°23°88°
CMYK 0.230.120.00   0.12
XYZ50.790454.253079.0291
Yxy54.25300.27590.2947
Hunter Lab73.6566-5.8133-12.0549
CIE-Lab78.6090-2.0545-16.6186

#adc5e1 color RGB value is (173,197,225).

#adc5e1 hex color red value is 173, green value is 197 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adc5e1 hue: 0.59 , saturation: 0.46 and the lightness value of adc5e1 is 0.78.

The process color (four color CMYK) of #adc5e1 color hex is 0.23, 0.12, 0.00, 0.12. Web safe color of #adc5e1 is #99cccc. Color #adc5e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 11100001
Octal 255 305 341
Decimal 173 197 225
Hex AD C5 E1

RGB Percentages of Color #adc5e1

%29.08
%33.11
%37.82

CMYK Percentages of Color #adc5e1

%23
%12
%0
%12

Triadic Colors of #adc5e1

#adc5e1 #e1adc5 #c5e1ad

Analogous Colors of #adc5e1

#adc5e1 #afade1 #addfe1

Monochromatic Colors of #adc5e1

#adc5e1

Complementary Color

#adc5e1 #e1c9ad

#adc5e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc5e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc5e1 Color CSS Codes

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

#adc5e1 Text Font Color

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

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


#adc5e1 Background Color

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

This div background color is #adc5e1


#adc5e1 Border Color

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

This div border color is #adc5e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc5e1

#adc5e1 Color Palettes


Comments

No comments written yet.

Please login to write comment.