Color Hex Logo

#49eebc Color Hex

#49EEBC
(73,238,188)
0 Favorites   0 Comments

Color spaces of #49eebc

RGB 73238188
HSL0.450.830.61
HSV162°69°93°
CMYK 0.690.000.21   0.07
XYZ42.399366.196458.1195
Yxy66.19640.25430.3971
Hunter Lab81.3612-49.361314.5996
CIE-Lab85.0965-53.719712.0671

#49eebc color RGB value is (73,238,188).

#49eebc hex color red value is 73, green value is 238 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #49eebc hue: 0.45 , saturation: 0.83 and the lightness value of 49eebc is 0.61.

The process color (four color CMYK) of #49eebc color hex is 0.69, 0.00, 0.21, 0.07. Web safe color of #49eebc is #33ffcc. Color #49eebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101110 10111100
Octal 111 356 274
Decimal 73 238 188
Hex 49 EE BC

RGB Percentages of Color #49eebc

%14.63
%47.70
%37.68

CMYK Percentages of Color #49eebc

%69
%0
%21
%7

Triadic Colors of #49eebc

#49eebc #bc49ee #eebc49

Analogous Colors of #49eebc

#49eebc #49ceee #49ee6a

Monochromatic Colors of #49eebc

#49eebc

Complementary Color

#49eebc #ee497b

#49eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eebc Color CSS Codes

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

#49eebc Text Font Color

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

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


#49eebc Background Color

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

This div background color is #49eebc


#49eebc Border Color

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

This div border color is #49eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eebc

#49eebc Color Palettes


Comments

No comments written yet.

Please login to write comment.