Color Hex Logo

#adf2ee Color Hex

#ADF2EE
(173,242,238)
0 Favorites   0 Comments

Color spaces of #adf2ee

RGB 173242238
HSL0.490.730.81
HSV177°29°95°
CMYK 0.290.000.02   0.05
XYZ64.418378.561592.6576
Yxy78.56150.27340.3334
Hunter Lab88.6349-25.38050.0636
CIE-Lab91.0355-22.1621-4.9827

#adf2ee color RGB value is (173,242,238).

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

The process color (four color CMYK) of #adf2ee color hex is 0.29, 0.00, 0.02, 0.05. Web safe color of #adf2ee is #99ffff. Color #adf2ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 11101110
Octal 255 362 356
Decimal 173 242 238
Hex AD F2 EE

RGB Percentages of Color #adf2ee

%26.49
%37.06
%36.45

CMYK Percentages of Color #adf2ee

%29
%0
%2
%5

Triadic Colors of #adf2ee

#adf2ee #eeadf2 #f2eead

Analogous Colors of #adf2ee

#adf2ee #add4f2 #adf2cc

Monochromatic Colors of #adf2ee

#adf2ee

Complementary Color

#adf2ee #f2adb1

#adf2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf2ee Color CSS Codes

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

#adf2ee Text Font Color

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

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


#adf2ee Background Color

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

This div background color is #adf2ee


#adf2ee Border Color

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

This div border color is #adf2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf2ee


Comments

No comments written yet.

Please login to write comment.