Color Hex Logo

#adc0ea Color Hex

#ADC0EA
(173,192,234)
0 Favorites   0 Comments

Color spaces of #adc0ea

RGB 173192234
HSL0.610.590.80
HSV221°26°92°
CMYK 0.260.180.00   0.08
XYZ50.934552.524085.2955
Yxy52.52400.26980.2783
Hunter Lab72.4734-1.3783-19.0482
CIE-Lab77.59312.7078-23.0005

#adc0ea color RGB value is (173,192,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 11101010
Octal 255 300 352
Decimal 173 192 234
Hex AD C0 EA

RGB Percentages of Color #adc0ea

%28.88
%32.05
%39.07

CMYK Percentages of Color #adc0ea

%26
%18
%0
%8

Triadic Colors of #adc0ea

#adc0ea #eaadc0 #c0eaad

Analogous Colors of #adc0ea

#adc0ea #b9adea #addfea

Monochromatic Colors of #adc0ea

#adc0ea

Complementary Color

#adc0ea #ead7ad

#adc0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc0ea Color CSS Codes

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

#adc0ea Text Font Color

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

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


#adc0ea Background Color

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

This div background color is #adc0ea


#adc0ea Border Color

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

This div border color is #adc0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc0ea


Comments

No comments written yet.

Please login to write comment.