Color Hex Logo

#adc2ee Color Hex

#ADC2EE
(173,194,238)
0 Favorites   0 Comments

Color spaces of #adc2ee

RGB 173194238
HSL0.610.660.81
HSV221°27°93°
CMYK 0.270.180.00   0.07
XYZ51.958053.640988.5042
Yxy53.64090.26770.2764
Hunter Lab73.2399-1.5382-20.3789
CIE-Lab78.25192.5706-24.1482

#adc2ee color RGB value is (173,194,238).

#adc2ee hex color red value is 173, green value is 194 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #adc2ee hue: 0.61 , saturation: 0.66 and the lightness value of adc2ee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 11101110
Octal 255 302 356
Decimal 173 194 238
Hex AD C2 EE

RGB Percentages of Color #adc2ee

%28.60
%32.07
%39.34

CMYK Percentages of Color #adc2ee

%27
%18
%0
%7

Triadic Colors of #adc2ee

#adc2ee #eeadc2 #c2eead

Analogous Colors of #adc2ee

#adc2ee #b9adee #ade3ee

Monochromatic Colors of #adc2ee

#adc2ee

Complementary Color

#adc2ee #eed9ad

#adc2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc2ee Color CSS Codes

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

#adc2ee Text Font Color

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

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


#adc2ee Background Color

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

This div background color is #adc2ee


#adc2ee Border Color

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

This div border color is #adc2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc2ee


Comments

No comments written yet.

Please login to write comment.