Color Hex Logo

#adeeef Color Hex

#ADEEEF
(173,238,239)
0 Favorites   0 Comments

Color spaces of #adeeef

RGB 173238239
HSL0.500.670.81
HSV181°28°94°
CMYK 0.280.000.00   0.06
XYZ63.388176.265393.0411
Yxy76.26530.27240.3277
Hunter Lab87.3300-23.2641-2.0364
CIE-Lab89.9824-19.9765-7.0595

#adeeef color RGB value is (173,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11101111
Octal 255 356 357
Decimal 173 238 239
Hex AD EE EF

RGB Percentages of Color #adeeef

%26.62
%36.62
%36.77

CMYK Percentages of Color #adeeef

%28
%0
%0
%6

Triadic Colors of #adeeef

#adeeef #efadee #eeefad

Analogous Colors of #adeeef

#adeeef #adcdef #adefcf

Monochromatic Colors of #adeeef

#adeeef

Complementary Color

#adeeef #efaead

#adeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeef Color CSS Codes

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

#adeeef Text Font Color

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

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


#adeeef Background Color

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

This div background color is #adeeef


#adeeef Border Color

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

This div border color is #adeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeef


Comments

No comments written yet.

Please login to write comment.