Color Hex Logo

#adc4ec Color Hex

#ADC4EC
(173,196,236)
0 Favorites   0 Comments

Color spaces of #adc4ec

RGB 173196236
HSL0.610.620.80
HSV218°27°93°
CMYK 0.270.170.00   0.07
XYZ52.113854.420287.1143
Yxy54.42020.26910.2810
Hunter Lab73.7700-2.9988-18.3759
CIE-Lab78.70611.0209-22.3828

#adc4ec color RGB value is (173,196,236).

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

The process color (four color CMYK) of #adc4ec color hex is 0.27, 0.17, 0.00, 0.07. Web safe color of #adc4ec is #99ccff. Color #adc4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11101100
Octal 255 304 354
Decimal 173 196 236
Hex AD C4 EC

RGB Percentages of Color #adc4ec

%28.60
%32.40
%39.01

CMYK Percentages of Color #adc4ec

%27
%17
%0
%7

Triadic Colors of #adc4ec

#adc4ec #ecadc4 #c4ecad

Analogous Colors of #adc4ec

#adc4ec #b6adec #ade4ec

Monochromatic Colors of #adc4ec

#adc4ec

Complementary Color

#adc4ec #ecd5ad

#adc4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4ec Color CSS Codes

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

#adc4ec Text Font Color

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

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


#adc4ec Background Color

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

This div background color is #adc4ec


#adc4ec Border Color

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

This div border color is #adc4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4ec


Comments

No comments written yet.

Please login to write comment.