Color Hex Logo

#adc1ea Color Hex

#ADC1EA
(173,193,234)
1 Favorites   0 Comments

Color spaces of #adc1ea

RGB 173193234
HSL0.610.590.80
HSV220°26°92°
CMYK 0.260.180.00   0.08
XYZ51.154852.964785.3690
Yxy52.96470.27000.2795
Hunter Lab72.7769-1.8920-18.6048
CIE-Lab77.85422.1673-22.6034

#adc1ea color RGB value is (173,193,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 11101010
Octal 255 301 352
Decimal 173 193 234
Hex AD C1 EA

RGB Percentages of Color #adc1ea

%28.83
%32.17
%39.00

CMYK Percentages of Color #adc1ea

%26
%18
%0
%8

Triadic Colors of #adc1ea

#adc1ea #eaadc1 #c1eaad

Analogous Colors of #adc1ea

#adc1ea #b8adea #ade0ea

Monochromatic Colors of #adc1ea

#adc1ea

Complementary Color

#adc1ea #ead6ad

#adc1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc1ea Color CSS Codes

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

#adc1ea Text Font Color

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

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


#adc1ea Background Color

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

This div background color is #adc1ea


#adc1ea Border Color

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

This div border color is #adc1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc1ea


Comments

No comments written yet.

Please login to write comment.