Color Hex Logo

#49ecff Color Hex

#49ECFF
(73,236,255)
0 Favorites   0 Comments

Color spaces of #49ecff

RGB 73236255
HSL0.521.000.64
HSV186°71°100°
CMYK 0.710.070.00   0.00
XYZ50.793168.6274105.1771
Yxy68.62740.22620.3056
Hunter Lab82.8417-35.5283-17.2864
CIE-Lab86.3192-35.2808-21.2923

#49ecff color RGB value is (73,236,255).

#49ecff hex color red value is 73, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #49ecff hue: 0.52 , saturation: 1.00 and the lightness value of 49ecff is 0.64.

The process color (four color CMYK) of #49ecff color hex is 0.71, 0.07, 0.00, 0.00. Web safe color of #49ecff is #33ffff. Color #49ecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101100 11111111
Octal 111 354 377
Decimal 73 236 255
Hex 49 EC FF

RGB Percentages of Color #49ecff

%12.94
%41.84
%45.21

CMYK Percentages of Color #49ecff

%71
%7
%0
%0

Triadic Colors of #49ecff

#49ecff #ff49ec #ecff49

Analogous Colors of #49ecff

#49ecff #4991ff #49ffb7

Monochromatic Colors of #49ecff

#49ecff

Complementary Color

#49ecff #ff5c49

#49ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ecff Color CSS Codes

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

#49ecff Text Font Color

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

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


#49ecff Background Color

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

This div background color is #49ecff


#49ecff Border Color

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

This div border color is #49ecff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,236,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ecff

Related Colors


Comments

No comments written yet.

Please login to write comment.