Color Hex Logo

#adebba Color Hex

#ADEBBA
(173,235,186)
0 Favorites   0 Comments

Color spaces of #adebba

RGB 173235186
HSL0.370.610.80
HSV133°26°92°
CMYK 0.260.000.21   0.08
XYZ55.804871.846157.3808
Yxy71.84610.30160.3883
Hunter Lab84.7621-30.814619.1963
CIE-Lab87.8945-29.142117.5814

#adebba color RGB value is (173,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10111010
Octal 255 353 272
Decimal 173 235 186
Hex AD EB BA

RGB Percentages of Color #adebba

%29.12
%39.56
%31.31

CMYK Percentages of Color #adebba

%26
%0
%21
%8

Triadic Colors of #adebba

#adebba #baadeb #ebbaad

Analogous Colors of #adebba

#adebba #adebd9 #bfebad

Monochromatic Colors of #adebba

#adebba

Complementary Color

#adebba #ebadde

#adebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebba Color CSS Codes

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

#adebba Text Font Color

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

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


#adebba Background Color

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

This div background color is #adebba


#adebba Border Color

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

This div border color is #adebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebba


Comments

No comments written yet.

Please login to write comment.