Color Hex Logo

#adeeea Color Hex

#ADEEEA
(173,238,234)
0 Favorites   0 Comments

Color spaces of #adeeea

RGB 173238234
HSL0.490.660.81
HSV176°27°93°
CMYK 0.270.000.02   0.07
XYZ62.659475.973889.2038
Yxy75.97380.27500.3335
Hunter Lab87.1630-24.21570.3358
CIE-Lab89.8472-21.0742-4.6468

#adeeea color RGB value is (173,238,234).

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

The process color (four color CMYK) of #adeeea color hex is 0.27, 0.00, 0.02, 0.07. Web safe color of #adeeea is #99ffff. Color #adeeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11101010
Octal 255 356 352
Decimal 173 238 234
Hex AD EE EA

RGB Percentages of Color #adeeea

%26.82
%36.90
%36.28

CMYK Percentages of Color #adeeea

%27
%0
%2
%7

Triadic Colors of #adeeea

#adeeea #eaadee #eeeaad

Analogous Colors of #adeeea

#adeeea #add2ee #adeeca

Monochromatic Colors of #adeeea

#adeeea

Complementary Color

#adeeea #eeadb1

#adeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeea Color CSS Codes

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

#adeeea Text Font Color

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

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


#adeeea Background Color

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

This div background color is #adeeea


#adeeea Border Color

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

This div border color is #adeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeea


Comments

No comments written yet.

Please login to write comment.