Color Hex Logo

#49eeec Color Hex

#49EEEC
(73,238,236)
0 Favorites   0 Comments

Color spaces of #49eeec

RGB 73238236
HSL0.500.830.61
HSV179°69°93°
CMYK 0.690.000.01   0.07
XYZ48.462568.621790.0479
Yxy68.62170.23400.3313
Hunter Lab82.8382-40.5398-6.4635
CIE-Lab86.3164-41.5719-11.3228

#49eeec color RGB value is (73,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101110 11101100
Octal 111 356 354
Decimal 73 238 236
Hex 49 EE EC

RGB Percentages of Color #49eeec

%13.35
%43.51
%43.14

CMYK Percentages of Color #49eeec

%69
%0
%1
%7

Triadic Colors of #49eeec

#49eeec #ec49ee #eeec49

Analogous Colors of #49eeec

#49eeec #499eee #49ee9a

Monochromatic Colors of #49eeec

#49eeec

Complementary Color

#49eeec #ee494b

#49eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eeec Color CSS Codes

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

#49eeec Text Font Color

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

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


#49eeec Background Color

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

This div background color is #49eeec


#49eeec Border Color

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

This div border color is #49eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eeec


Comments

No comments written yet.

Please login to write comment.