Color Hex Logo

#adeada Color Hex

#ADEADA
(173,234,218)
0 Favorites   0 Comments

Color spaces of #adeada

RGB 173234218
HSL0.460.590.80
HSV164°26°92°
CMYK 0.260.000.07   0.08
XYZ59.311372.791877.2539
Yxy72.79180.28330.3477
Hunter Lab85.3181-25.21746.0367
CIE-Lab88.3483-22.50671.5293

#adeada color RGB value is (173,234,218).

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

The process color (four color CMYK) of #adeada color hex is 0.26, 0.00, 0.07, 0.08. Web safe color of #adeada is #99ffcc. Color #adeada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11011010
Octal 255 352 332
Decimal 173 234 218
Hex AD EA DA

RGB Percentages of Color #adeada

%27.68
%37.44
%34.88

CMYK Percentages of Color #adeada

%26
%0
%7
%8

Triadic Colors of #adeada

#adeada #daadea #eadaad

Analogous Colors of #adeada

#adeada #addcea #adeabc

Monochromatic Colors of #adeada

#adeada

Complementary Color

#adeada #eaadbd

#adeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeada Color CSS Codes

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

#adeada Text Font Color

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

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


#adeada Background Color

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

This div background color is #adeada


#adeada Border Color

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

This div border color is #adeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeada


Comments

No comments written yet.

Please login to write comment.