Color Hex Logo

#adedce Color Hex

#ADEDCE
(173,237,206)
0 Favorites   0 Comments

Color spaces of #adedce

RGB 173237206
HSL0.420.640.80
HSV151°27°93°
CMYK 0.270.000.13   0.07
XYZ58.658373.908869.5667
Yxy73.90880.29020.3656
Hunter Lab85.9702-28.655712.2020
CIE-Lab88.8794-26.36948.5694

#adedce color RGB value is (173,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11001110
Octal 255 355 316
Decimal 173 237 206
Hex AD ED CE

RGB Percentages of Color #adedce

%28.08
%38.47
%33.44

CMYK Percentages of Color #adedce

%27
%0
%13
%7

Triadic Colors of #adedce

#adedce #ceaded #edcead

Analogous Colors of #adedce

#adedce #adeced #adedae

Monochromatic Colors of #adedce

#adedce

Complementary Color

#adedce #edadcc

#adedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedce Color CSS Codes

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

#adedce Text Font Color

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

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


#adedce Background Color

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

This div background color is #adedce


#adedce Border Color

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

This div border color is #adedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedce


Comments

No comments written yet.

Please login to write comment.