Color Hex Logo

#49eeef Color Hex

#49EEEF
(73,238,239)
0 Favorites   0 Comments

Color spaces of #49eeef

RGB 73238239
HSL0.500.840.61
HSV180°69°94°
CMYK 0.690.000.00   0.06
XYZ48.902268.797592.3632
Yxy68.79750.23280.3275
Hunter Lab82.9443-39.9126-7.9618
CIE-Lab86.4037-40.7437-12.7677

#49eeef color RGB value is (73,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101110 11101111
Octal 111 356 357
Decimal 73 238 239
Hex 49 EE EF

RGB Percentages of Color #49eeef

%13.27
%43.27
%43.45

CMYK Percentages of Color #49eeef

%69
%0
%0
%6

Triadic Colors of #49eeef

#49eeef #ef49ee #eeef49

Analogous Colors of #49eeef

#49eeef #499bef #49ef9d

Monochromatic Colors of #49eeef

#49eeef

Complementary Color

#49eeef #ef4a49

#49eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eeef Color CSS Codes

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

#49eeef Text Font Color

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

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


#49eeef Background Color

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

This div background color is #49eeef


#49eeef Border Color

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

This div border color is #49eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eeef


Comments

No comments written yet.

Please login to write comment.