Color Hex Logo

#adeecf Color Hex

#ADEECF
(173,238,207)
0 Favorites   0 Comments

Color spaces of #adeecf

RGB 173238207
HSL0.420.660.81
HSV151°27°93°
CMYK 0.270.000.13   0.07
XYZ59.070674.538370.3055
Yxy74.53830.28970.3655
Hunter Lab86.3356-28.957912.1534
CIE-Lab89.1763-26.65428.4737

#adeecf color RGB value is (173,238,207).

#adeecf hex color red value is 173, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adeecf hue: 0.42 , saturation: 0.66 and the lightness value of adeecf is 0.81.

The process color (four color CMYK) of #adeecf color hex is 0.27, 0.00, 0.13, 0.07. Web safe color of #adeecf is #99ffcc. Color #adeecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11001111
Octal 255 356 317
Decimal 173 238 207
Hex AD EE CF

RGB Percentages of Color #adeecf

%27.99
%38.51
%33.50

CMYK Percentages of Color #adeecf

%27
%0
%13
%7

Triadic Colors of #adeecf

#adeecf #cfadee #eecfad

Analogous Colors of #adeecf

#adeecf #adedee #adeeaf

Monochromatic Colors of #adeecf

#adeecf

Complementary Color

#adeecf #eeadcc

#adeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeecf Color CSS Codes

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

#adeecf Text Font Color

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

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


#adeecf Background Color

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

This div background color is #adeecf


#adeecf Border Color

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

This div border color is #adeecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,238,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 #adeecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeecf


Comments

No comments written yet.

Please login to write comment.