Color Hex Logo

#adebc1 Color Hex

#ADEBC1
(173,235,193)
0 Favorites   0 Comments

Color spaces of #adebc1

RGB 173235193
HSL0.390.610.80
HSV139°26°92°
CMYK 0.260.000.18   0.08
XYZ56.567672.151261.3972
Yxy72.15120.29750.3795
Hunter Lab84.9419-29.775016.6036
CIE-Lab88.0413-27.876114.1501

#adebc1 color RGB value is (173,235,193).

#adebc1 hex color red value is 173, green value is 235 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #adebc1 hue: 0.39 , saturation: 0.61 and the lightness value of adebc1 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11000001
Octal 255 353 301
Decimal 173 235 193
Hex AD EB C1

RGB Percentages of Color #adebc1

%28.79
%39.10
%32.11

CMYK Percentages of Color #adebc1

%26
%0
%18
%8

Triadic Colors of #adebc1

#adebc1 #c1adeb #ebc1ad

Analogous Colors of #adebc1

#adebc1 #adebe0 #b8ebad

Monochromatic Colors of #adebc1

#adebc1

Complementary Color

#adebc1 #ebadd7

#adebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebc1 Color CSS Codes

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

#adebc1 Text Font Color

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

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


#adebc1 Background Color

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

This div background color is #adebc1


#adebc1 Border Color

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

This div border color is #adebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebc1


Comments

No comments written yet.

Please login to write comment.