Color Hex Logo

#adecee Color Hex

#ADECEE
(173,236,238)
0 Favorites   0 Comments

Color spaces of #adecee

RGB 173236238
HSL0.510.660.81
HSV182°27°93°
CMYK 0.270.010.00   0.07
XYZ62.661675.048292.0720
Yxy75.04820.27270.3266
Hunter Lab86.6304-22.4903-2.3730
CIE-Lab89.4156-19.2087-7.3756

#adecee color RGB value is (173,236,238).

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

The process color (four color CMYK) of #adecee color hex is 0.27, 0.01, 0.00, 0.07. Web safe color of #adecee is #99ffff. Color #adecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11101110
Octal 255 354 356
Decimal 173 236 238
Hex AD EC EE

RGB Percentages of Color #adecee

%26.74
%36.48
%36.79

CMYK Percentages of Color #adecee

%27
%1
%0
%7

Triadic Colors of #adecee

#adecee #eeadec #eceead

Analogous Colors of #adecee

#adecee #adccee #adeed0

Monochromatic Colors of #adecee

#adecee

Complementary Color

#adecee #eeafad

#adecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecee Color CSS Codes

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

#adecee Text Font Color

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

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


#adecee Background Color

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

This div background color is #adecee


#adecee Border Color

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

This div border color is #adecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecee


Comments

No comments written yet.

Please login to write comment.