Color Hex Logo

#adedfb Color Hex

#ADEDFB
(173,237,251)
0 Favorites   0 Comments

Color spaces of #adedfb

RGB 173237251
HSL0.530.910.83
HSV191°31°98°
CMYK 0.310.060.00   0.02
XYZ64.930476.4176102.5947
Yxy76.41760.26620.3133
Hunter Lab87.4172-20.3965-8.3920
CIE-Lab90.0529-16.7658-13.2234

#adedfb color RGB value is (173,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11111011
Octal 255 355 373
Decimal 173 237 251
Hex AD ED FB

RGB Percentages of Color #adedfb

%26.17
%35.85
%37.97

CMYK Percentages of Color #adedfb

%31
%6
%0
%2

Triadic Colors of #adedfb

#adedfb #fbaded #edfbad

Analogous Colors of #adedfb

#adedfb #adc6fb #adfbe2

Monochromatic Colors of #adedfb

#adedfb

Complementary Color

#adedfb #fbbbad

#adedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedfb Color CSS Codes

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

#adedfb Text Font Color

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

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


#adedfb Background Color

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

This div background color is #adedfb


#adedfb Border Color

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

This div border color is #adedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedfb


Comments

No comments written yet.

Please login to write comment.