Color Hex Logo

#49cebb Color Hex

#49CEBB
(73,206,187)
0 Favorites   0 Comments

Color spaces of #49cebb

RGB 73206187
HSL0.480.580.55
HSV171°65°81°
CMYK 0.650.000.09   0.19
XYZ33.788649.146954.7192
Yxy49.14690.24550.3570
Hunter Lab70.1049-36.65142.7956
CIE-Lab75.5426-40.3813-1.1774

#49cebb color RGB value is (73,206,187).

#49cebb hex color red value is 73, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #49cebb hue: 0.48 , saturation: 0.58 and the lightness value of 49cebb is 0.55.

The process color (four color CMYK) of #49cebb color hex is 0.65, 0.00, 0.09, 0.19. Web safe color of #49cebb is #33cccc. Color #49cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001110 10111011
Octal 111 316 273
Decimal 73 206 187
Hex 49 CE BB

RGB Percentages of Color #49cebb

%15.67
%44.21
%40.13

CMYK Percentages of Color #49cebb

%65
%0
%9
%19

Triadic Colors of #49cebb

#49cebb #bb49ce #cebb49

Analogous Colors of #49cebb

#49cebb #499fce #49ce79

Monochromatic Colors of #49cebb

#49cebb

Complementary Color

#49cebb #ce495c

#49cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cebb Color CSS Codes

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

#49cebb Text Font Color

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

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


#49cebb Background Color

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

This div background color is #49cebb


#49cebb Border Color

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

This div border color is #49cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cebb


Comments

No comments written yet.

Please login to write comment.