Color Hex Logo

#ade4cb Color Hex

#ADE4CB
(173,228,203)
0 Favorites   0 Comments

Color spaces of #ade4cb

RGB 173228203
HSL0.420.500.79
HSV153°24°89°
CMYK 0.240.000.11   0.11
XYZ55.756568.682866.8183
Yxy68.68280.29150.3591
Hunter Lab82.8751-24.940610.2098
CIE-Lab86.3467-22.59176.5018

#ade4cb color RGB value is (173,228,203).

#ade4cb hex color red value is 173, green value is 228 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ade4cb hue: 0.42 , saturation: 0.50 and the lightness value of ade4cb is 0.79.

The process color (four color CMYK) of #ade4cb color hex is 0.24, 0.00, 0.11, 0.11. Web safe color of #ade4cb is #99cccc. Color #ade4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 11001011
Octal 255 344 313
Decimal 173 228 203
Hex AD E4 CB

RGB Percentages of Color #ade4cb

%28.64
%37.75
%33.61

CMYK Percentages of Color #ade4cb

%24
%0
%11
%11

Triadic Colors of #ade4cb

#ade4cb #cbade4 #e4cbad

Analogous Colors of #ade4cb

#ade4cb #ade2e4 #ade4b0

Monochromatic Colors of #ade4cb

#ade4cb

Complementary Color

#ade4cb #e4adc6

#ade4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4cb Color CSS Codes

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

#ade4cb Text Font Color

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

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


#ade4cb Background Color

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

This div background color is #ade4cb


#ade4cb Border Color

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

This div border color is #ade4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4cb


Comments

No comments written yet.

Please login to write comment.