Color Hex Logo

#adf0ee Color Hex

#ADF0EE
(173,240,238)
0 Favorites   0 Comments

Color spaces of #adf0ee

RGB 173240238
HSL0.500.690.81
HSV178°28°94°
CMYK 0.280.000.01   0.06
XYZ63.826377.377592.4603
Yxy77.37750.27320.3311
Hunter Lab87.9645-24.4197-0.7451
CIE-Lab90.4951-21.1821-5.7798

#adf0ee color RGB value is (173,240,238).

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

The process color (four color CMYK) of #adf0ee color hex is 0.28, 0.00, 0.01, 0.06. Web safe color of #adf0ee is #99ffff. Color #adf0ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 11101110
Octal 255 360 356
Decimal 173 240 238
Hex AD F0 EE

RGB Percentages of Color #adf0ee

%26.57
%36.87
%36.56

CMYK Percentages of Color #adf0ee

%28
%0
%1
%6

Triadic Colors of #adf0ee

#adf0ee #eeadf0 #f0eead

Analogous Colors of #adf0ee

#adf0ee #add1f0 #adf0cd

Monochromatic Colors of #adf0ee

#adf0ee

Complementary Color

#adf0ee #f0adaf

#adf0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf0ee Color CSS Codes

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

#adf0ee Text Font Color

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

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


#adf0ee Background Color

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

This div background color is #adf0ee


#adf0ee Border Color

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

This div border color is #adf0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf0ee


Comments

No comments written yet.

Please login to write comment.