Color Hex Logo

#adfbef Color Hex

#ADFBEF
(173,251,239)
0 Favorites   0 Comments

Color spaces of #adfbef

RGB 173251239
HSL0.470.910.83
HSV171°31°98°
CMYK 0.310.000.05   0.02
XYZ67.310784.110694.3487
Yxy84.11060.27390.3422
Hunter Lab91.7118-29.48803.2036
CIE-Lab93.4985-26.3011-1.8822

#adfbef color RGB value is (173,251,239).

#adfbef hex color red value is 173, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adfbef hue: 0.47 , saturation: 0.91 and the lightness value of adfbef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 11101111
Octal 255 373 357
Decimal 173 251 239
Hex AD FB EF

RGB Percentages of Color #adfbef

%26.09
%37.86
%36.05

CMYK Percentages of Color #adfbef

%31
%0
%5
%2

Triadic Colors of #adfbef

#adfbef #efadfb #fbefad

Analogous Colors of #adfbef

#adfbef #ade0fb #adfbc8

Monochromatic Colors of #adfbef

#adfbef

Complementary Color

#adfbef #fbadb9

#adfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfbef Color CSS Codes

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

#adfbef Text Font Color

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

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


#adfbef Background Color

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

This div background color is #adfbef


#adfbef Border Color

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

This div border color is #adfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfbef


Comments

No comments written yet.

Please login to write comment.