Color Hex Logo

#adcaec Color Hex

#ADCAEC
(173,202,236)
0 Favorites   0 Comments

Color spaces of #adcaec

RGB 173202236
HSL0.590.620.80
HSV212°27°93°
CMYK 0.270.140.00   0.07
XYZ53.494457.181487.5745
Yxy57.18140.26980.2884
Hunter Lab75.6184-6.0567-15.7315
CIE-Lab80.2815-2.1873-19.9929

#adcaec color RGB value is (173,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11101100
Octal 255 312 354
Decimal 173 202 236
Hex AD CA EC

RGB Percentages of Color #adcaec

%28.31
%33.06
%38.63

CMYK Percentages of Color #adcaec

%27
%14
%0
%7

Triadic Colors of #adcaec

#adcaec #ecadca #caecad

Analogous Colors of #adcaec

#adcaec #b0adec #adeaec

Monochromatic Colors of #adcaec

#adcaec

Complementary Color

#adcaec #eccfad

#adcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaec Color CSS Codes

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

#adcaec Text Font Color

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

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


#adcaec Background Color

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

This div background color is #adcaec


#adcaec Border Color

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

This div border color is #adcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaec


Comments

No comments written yet.

Please login to write comment.