Color Hex Logo

#adebef Color Hex

#ADEBEF
(173,235,239)
0 Favorites   0 Comments

Color spaces of #adebef

RGB 173235239
HSL0.510.670.81
HSV184°28°94°
CMYK 0.280.020.00   0.06
XYZ62.521974.532992.7524
Yxy74.53290.27210.3243
Hunter Lab86.3324-21.8122-3.2663
CIE-Lab89.1737-18.4900-8.2572

#adebef color RGB value is (173,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11101111
Octal 255 353 357
Decimal 173 235 239
Hex AD EB EF

RGB Percentages of Color #adebef

%26.74
%36.32
%36.94

CMYK Percentages of Color #adebef

%28
%2
%0
%6

Triadic Colors of #adebef

#adebef #efadeb #ebefad

Analogous Colors of #adebef

#adebef #adcaef #adefd2

Monochromatic Colors of #adebef

#adebef

Complementary Color

#adebef #efb1ad

#adebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebef Color CSS Codes

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

#adebef Text Font Color

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

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


#adebef Background Color

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

This div background color is #adebef


#adebef Border Color

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

This div border color is #adebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebef


Comments

No comments written yet.

Please login to write comment.