Color Hex Logo

#ade8cf Color Hex

#ADE8CF
(173,232,207)
0 Favorites   0 Comments

Color spaces of #ade8cf

RGB 173232207
HSL0.430.560.79
HSV155°25°91°
CMYK 0.250.000.11   0.09
XYZ57.352771.102569.7328
Yxy71.10250.28940.3588
Hunter Lab84.3223-26.15549.9940
CIE-Lab87.5348-23.75596.1142

#ade8cf color RGB value is (173,232,207).

#ade8cf hex color red value is 173, green value is 232 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ade8cf hue: 0.43 , saturation: 0.56 and the lightness value of ade8cf is 0.79.

The process color (four color CMYK) of #ade8cf color hex is 0.25, 0.00, 0.11, 0.09. Web safe color of #ade8cf is #99ffcc. Color #ade8cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101000 11001111
Octal 255 350 317
Decimal 173 232 207
Hex AD E8 CF

RGB Percentages of Color #ade8cf

%28.27
%37.91
%33.82

CMYK Percentages of Color #ade8cf

%25
%0
%11
%9

Triadic Colors of #ade8cf

#ade8cf #cfade8 #e8cfad

Analogous Colors of #ade8cf

#ade8cf #ade4e8 #ade8b2

Monochromatic Colors of #ade8cf

#ade8cf

Complementary Color

#ade8cf #e8adc6

#ade8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade8cf Color CSS Codes

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

#ade8cf Text Font Color

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

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


#ade8cf Background Color

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

This div background color is #ade8cf


#ade8cf Border Color

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

This div border color is #ade8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade8cf


Comments

No comments written yet.

Please login to write comment.