Color Hex Logo

#49adef Color Hex

#49ADEF
(73,173,239)
0 Favorites   0 Comments

Color spaces of #49adef

RGB 73173239
HSL0.570.840.61
HSV204°69°94°
CMYK 0.690.280.00   0.06
XYZ33.271237.535687.1529
Yxy37.53560.21060.2376
Hunter Lab61.2663-10.2801-41.4551
CIE-Lab67.6769-8.2947-41.4260

#49adef color RGB value is (73,173,239).

#49adef hex color red value is 73, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #49adef hue: 0.57 , saturation: 0.84 and the lightness value of 49adef is 0.61.

The process color (four color CMYK) of #49adef color hex is 0.69, 0.28, 0.00, 0.06. Web safe color of #49adef is #3399ff. Color #49adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11101111
Octal 111 255 357
Decimal 73 173 239
Hex 49 AD EF

RGB Percentages of Color #49adef

%15.05
%35.67
%49.28

CMYK Percentages of Color #49adef

%69
%28
%0
%6

Triadic Colors of #49adef

#49adef #ef49ad #adef49

Analogous Colors of #49adef

#49adef #495aef #49efde

Monochromatic Colors of #49adef

#49adef

Complementary Color

#49adef #ef8b49

#49adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adef Color CSS Codes

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

#49adef Text Font Color

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

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


#49adef Background Color

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

This div background color is #49adef


#49adef Border Color

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

This div border color is #49adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adef


Comments

No comments written yet.

Please login to write comment.