Color Hex Logo

#49eafc Color Hex

#49EAFC
(73,234,252)
0 Favorites   0 Comments

Color spaces of #49eafc

RGB 73234252
HSL0.520.970.64
HSV186°71°99°
CMYK 0.710.070.00   0.01
XYZ49.741267.2904102.4622
Yxy67.29040.22660.3066
Hunter Lab82.0307-35.3162-16.6359
CIE-Lab85.6504-35.2185-20.7295

#49eafc color RGB value is (73,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 11111100
Octal 111 352 374
Decimal 73 234 252
Hex 49 EA FC

RGB Percentages of Color #49eafc

%13.06
%41.86
%45.08

CMYK Percentages of Color #49eafc

%71
%7
%0
%1

Triadic Colors of #49eafc

#49eafc #fc49ea #eafc49

Analogous Colors of #49eafc

#49eafc #4991fc #49fcb5

Monochromatic Colors of #49eafc

#49eafc

Complementary Color

#49eafc #fc5b49

#49eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eafc Color CSS Codes

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

#49eafc Text Font Color

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

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


#49eafc Background Color

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

This div background color is #49eafc


#49eafc Border Color

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

This div border color is #49eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eafc

Related Colors


Comments

No comments written yet.

Please login to write comment.