Color Hex Logo

#49e7ef Color Hex

#49E7EF
(73,231,239)
0 Favorites   0 Comments

Color spaces of #49e7ef

RGB 73231239
HSL0.510.840.61
HSV183°69°94°
CMYK 0.690.030.00   0.06
XYZ46.903664.800391.6970
Yxy64.80030.23060.3186
Hunter Lab80.4986-36.8672-11.1889
CIE-Lab84.3807-37.5583-15.7992

#49e7ef color RGB value is (73,231,239).

#49e7ef hex color red value is 73, green value is 231 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #49e7ef hue: 0.51 , saturation: 0.84 and the lightness value of 49e7ef is 0.61.

The process color (four color CMYK) of #49e7ef color hex is 0.69, 0.03, 0.00, 0.06. Web safe color of #49e7ef is #33ffff. Color #49e7ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100111 11101111
Octal 111 347 357
Decimal 73 231 239
Hex 49 E7 EF

RGB Percentages of Color #49e7ef

%13.44
%42.54
%44.01

CMYK Percentages of Color #49e7ef

%69
%3
%0
%6

Triadic Colors of #49e7ef

#49e7ef #ef49e7 #e7ef49

Analogous Colors of #49e7ef

#49e7ef #4994ef #49efa4

Monochromatic Colors of #49e7ef

#49e7ef

Complementary Color

#49e7ef #ef5149

#49e7ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e7ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e7ef Color CSS Codes

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

#49e7ef Text Font Color

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

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


#49e7ef Background Color

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

This div background color is #49e7ef


#49e7ef Border Color

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

This div border color is #49e7ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e7ef


Comments

No comments written yet.

Please login to write comment.