Color Hex Logo

#adecc2 Color Hex

#ADECC2
(173,236,194)
0 Favorites   0 Comments

Color spaces of #adecc2

RGB 173236194
HSL0.390.620.80
HSV140°27°93°
CMYK 0.270.000.18   0.07
XYZ56.966672.770262.0825
Yxy72.77020.29700.3794
Hunter Lab85.3055-30.083016.5645
CIE-Lab88.3380-28.168314.0491

#adecc2 color RGB value is (173,236,194).

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

The process color (four color CMYK) of #adecc2 color hex is 0.27, 0.00, 0.18, 0.07. Web safe color of #adecc2 is #99ffcc. Color #adecc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11000010
Octal 255 354 302
Decimal 173 236 194
Hex AD EC C2

RGB Percentages of Color #adecc2

%28.69
%39.14
%32.17

CMYK Percentages of Color #adecc2

%27
%0
%18
%7

Triadic Colors of #adecc2

#adecc2 #c2adec #ecc2ad

Analogous Colors of #adecc2

#adecc2 #adece2 #b8ecad

Monochromatic Colors of #adecc2

#adecc2

Complementary Color

#adecc2 #ecadd7

#adecc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecc2 Color CSS Codes

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

#adecc2 Text Font Color

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

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


#adecc2 Background Color

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

This div background color is #adecc2


#adecc2 Border Color

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

This div border color is #adecc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecc2


Comments

No comments written yet.

Please login to write comment.