Color Hex Logo

#adeacf Color Hex

#ADEACF
(173,234,207)
0 Favorites   0 Comments

Color spaces of #adeacf

RGB 173234207
HSL0.430.590.80
HSV153°26°92°
CMYK 0.260.000.12   0.08
XYZ57.918972.234969.9216
Yxy72.23490.28950.3610
Hunter Lab84.9911-27.092110.7163
CIE-Lab88.0815-24.72686.9014

#adeacf color RGB value is (173,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11001111
Octal 255 352 317
Decimal 173 234 207
Hex AD EA CF

RGB Percentages of Color #adeacf

%28.18
%38.11
%33.71

CMYK Percentages of Color #adeacf

%26
%0
%12
%8

Triadic Colors of #adeacf

#adeacf #cfadea #eacfad

Analogous Colors of #adeacf

#adeacf #ade7ea #adeab1

Monochromatic Colors of #adeacf

#adeacf

Complementary Color

#adeacf #eaadc8

#adeacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeacf Color CSS Codes

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

#adeacf Text Font Color

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

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


#adeacf Background Color

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

This div background color is #adeacf


#adeacf Border Color

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

This div border color is #adeacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeacf


Comments

No comments written yet.

Please login to write comment.