Color Hex Logo

#adeabc Color Hex

#ADEABC
(173,234,188)
0 Favorites   0 Comments

Color spaces of #adeabc

RGB 173234188
HSL0.370.590.80
HSV135°26°92°
CMYK 0.260.000.20   0.08
XYZ55.733571.360758.4135
Yxy71.36070.30040.3847
Hunter Lab84.4753-30.064318.1345
CIE-Lab87.6600-28.309716.2137

#adeabc color RGB value is (173,234,188).

#adeabc hex color red value is 173, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adeabc hue: 0.37 , saturation: 0.59 and the lightness value of adeabc is 0.80.

The process color (four color CMYK) of #adeabc color hex is 0.26, 0.00, 0.20, 0.08. Web safe color of #adeabc is #99ffcc. Color #adeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10111100
Octal 255 352 274
Decimal 173 234 188
Hex AD EA BC

RGB Percentages of Color #adeabc

%29.08
%39.33
%31.60

CMYK Percentages of Color #adeabc

%26
%0
%20
%8

Triadic Colors of #adeabc

#adeabc #bcadea #eabcad

Analogous Colors of #adeabc

#adeabc #adeadb #bdeaad

Monochromatic Colors of #adeabc

#adeabc

Complementary Color

#adeabc #eaaddb

#adeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeabc Color CSS Codes

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

#adeabc Text Font Color

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

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


#adeabc Background Color

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

This div background color is #adeabc


#adeabc Border Color

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

This div border color is #adeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeabc

#adeabc Color Palettes


Comments

No comments written yet.

Please login to write comment.