Color Hex Logo

#49fbeb Color Hex

#49FBEB
(73,251,235)
0 Favorites   0 Comments

Color spaces of #49fbeb

RGB 73251235
HSL0.490.960.64
HSV175°71°98°
CMYK 0.710.000.06   0.02
XYZ52.240276.409090.5923
Yxy76.40900.23830.3485
Hunter Lab87.4122-46.2944-0.2584
CIE-Lab90.0489-47.5398-5.2650

#49fbeb color RGB value is (73,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111011 11101011
Octal 111 373 353
Decimal 73 251 235
Hex 49 FB EB

RGB Percentages of Color #49fbeb

%13.06
%44.90
%42.04

CMYK Percentages of Color #49fbeb

%71
%0
%6
%2

Triadic Colors of #49fbeb

#49fbeb #eb49fb #fbeb49

Analogous Colors of #49fbeb

#49fbeb #49b2fb #49fb92

Monochromatic Colors of #49fbeb

#49fbeb

Complementary Color

#49fbeb #fb4959

#49fbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fbeb Color CSS Codes

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

#49fbeb Text Font Color

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

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


#49fbeb Background Color

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

This div background color is #49fbeb


#49fbeb Border Color

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

This div border color is #49fbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fbeb


Comments

No comments written yet.

Please login to write comment.