Color Hex Logo

#adeabf Color Hex

#ADEABF
(173,234,191)
0 Favorites   0 Comments

Color spaces of #adeabf

RGB 173234191
HSL0.380.590.80
HSV138°26°92°
CMYK 0.260.000.18   0.08
XYZ56.060471.491560.1348
Yxy71.49150.29870.3809
Hunter Lab84.5526-29.617417.0191
CIE-Lab87.7233-27.765914.7420

#adeabf color RGB value is (173,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10111111
Octal 255 352 277
Decimal 173 234 191
Hex AD EA BF

RGB Percentages of Color #adeabf

%28.93
%39.13
%31.94

CMYK Percentages of Color #adeabf

%26
%0
%18
%8

Triadic Colors of #adeabf

#adeabf #bfadea #eabfad

Analogous Colors of #adeabf

#adeabf #adeade #baeaad

Monochromatic Colors of #adeabf

#adeabf

Complementary Color

#adeabf #eaadd8

#adeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeabf Color CSS Codes

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

#adeabf Text Font Color

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

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


#adeabf Background Color

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

This div background color is #adeabf


#adeabf Border Color

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

This div border color is #adeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeabf


Comments

No comments written yet.

Please login to write comment.