Color Hex Logo

#adeffb Color Hex

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

Color spaces of #adeffb

RGB 173239251
HSL0.530.910.83
HSV189°31°98°
CMYK 0.310.050.00   0.02
XYZ65.512777.5823102.7888
Yxy77.58230.26640.3155
Hunter Lab88.0808-21.3768-7.5338
CIE-Lab90.5890-17.7640-12.4227

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

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

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

Base Numbers

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

RGB Percentages of Color #adeffb

%26.09
%36.05
%37.86

CMYK Percentages of Color #adeffb

%31
%5
%0
%2

Triadic Colors of #adeffb

#adeffb #fbadef #effbad

Analogous Colors of #adeffb

#adeffb #adc8fb #adfbe0

Monochromatic Colors of #adeffb

#adeffb

Complementary Color

#adeffb #fbb9ad

#adeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeffb Color CSS Codes

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

#adeffb Text Font Color

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

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


#adeffb Background Color

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

This div background color is #adeffb


#adeffb Border Color

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

This div border color is #adeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.