Color Hex Logo

#adecce Color Hex

#ADECCE
(173,236,206)
0 Favorites   0 Comments

Color spaces of #adecce

RGB 173236206
HSL0.420.620.80
HSV151°27°93°
CMYK 0.270.000.13   0.07
XYZ58.369673.331469.4705
Yxy73.33140.29010.3645
Hunter Lab85.6338-28.190111.8445
CIE-Lab88.6055-25.88878.1767

#adecce color RGB value is (173,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 11001110
Octal 255 354 316
Decimal 173 236 206
Hex AD EC CE

RGB Percentages of Color #adecce

%28.13
%38.37
%33.50

CMYK Percentages of Color #adecce

%27
%0
%13
%7

Triadic Colors of #adecce

#adecce #ceadec #eccead

Analogous Colors of #adecce

#adecce #adebec #adecaf

Monochromatic Colors of #adecce

#adecce

Complementary Color

#adecce #ecadcb

#adecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecce Color CSS Codes

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

#adecce Text Font Color

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

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


#adecce Background Color

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

This div background color is #adecce


#adecce Border Color

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

This div border color is #adecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecce


Comments

No comments written yet.

Please login to write comment.