Color Hex Logo

#adc4ea Color Hex

#ADC4EA
(173,196,234)
0 Favorites   0 Comments

Color spaces of #adc4ea

RGB 173196234
HSL0.600.590.80
HSV217°26°92°
CMYK 0.260.160.00   0.08
XYZ51.824854.304685.5923
Yxy54.30460.27030.2832
Hunter Lab73.6917-3.4275-17.2807
CIE-Lab78.63900.5522-21.4108

#adc4ea color RGB value is (173,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11101010
Octal 255 304 352
Decimal 173 196 234
Hex AD C4 EA

RGB Percentages of Color #adc4ea

%28.69
%32.50
%38.81

CMYK Percentages of Color #adc4ea

%26
%16
%0
%8

Triadic Colors of #adc4ea

#adc4ea #eaadc4 #c4eaad

Analogous Colors of #adc4ea

#adc4ea #b5adea #ade3ea

Monochromatic Colors of #adc4ea

#adc4ea

Complementary Color

#adc4ea #ead3ad

#adc4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4ea Color CSS Codes

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

#adc4ea Text Font Color

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

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


#adc4ea Background Color

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

This div background color is #adc4ea


#adc4ea Border Color

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

This div border color is #adc4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4ea


Comments

No comments written yet.

Please login to write comment.