Color Hex Logo

#49faeb Color Hex

#49FAEB
(73,250,235)
0 Favorites   0 Comments

Color spaces of #49faeb

RGB 73250235
HSL0.490.950.63
HSV175°71°98°
CMYK 0.710.000.06   0.02
XYZ51.928775.785890.4885
Yxy75.78580.23800.3473
Hunter Lab87.0550-45.8703-0.6899
CIE-Lab89.7598-47.1094-5.6916

#49faeb color RGB value is (73,250,235).

#49faeb hex color red value is 73, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #49faeb hue: 0.49 , saturation: 0.95 and the lightness value of 49faeb is 0.63.

The process color (four color CMYK) of #49faeb color hex is 0.71, 0.00, 0.06, 0.02. Web safe color of #49faeb is #33ffff. Color #49faeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 11101011
Octal 111 372 353
Decimal 73 250 235
Hex 49 FA EB

RGB Percentages of Color #49faeb

%13.08
%44.80
%42.11

CMYK Percentages of Color #49faeb

%71
%0
%6
%2

Triadic Colors of #49faeb

#49faeb #eb49fa #faeb49

Analogous Colors of #49faeb

#49faeb #49b1fa #49fa93

Monochromatic Colors of #49faeb

#49faeb

Complementary Color

#49faeb #fa4958

#49faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49faeb Color CSS Codes

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

#49faeb Text Font Color

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

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


#49faeb Background Color

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

This div background color is #49faeb


#49faeb Border Color

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

This div border color is #49faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49faeb

Related Colors


Comments

No comments written yet.

Please login to write comment.