Color Hex Logo

#49dfea Color Hex

#49DFEA
(73,223,234)
0 Favorites   0 Comments

Color spaces of #49dfea

RGB 73223234
HSL0.510.790.60
HSV184°69°92°
CMYK 0.690.050.00   0.08
XYZ43.986660.132387.1303
Yxy60.13230.23000.3144
Hunter Lab77.5450-34.4515-12.3373
CIE-Lab81.9100-35.2758-16.8701

#49dfea color RGB value is (73,223,234).

#49dfea hex color red value is 73, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #49dfea hue: 0.51 , saturation: 0.79 and the lightness value of 49dfea is 0.60.

The process color (four color CMYK) of #49dfea color hex is 0.69, 0.05, 0.00, 0.08. Web safe color of #49dfea is #33ccff. Color #49dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 11101010
Octal 111 337 352
Decimal 73 223 234
Hex 49 DF EA

RGB Percentages of Color #49dfea

%13.77
%42.08
%44.15

CMYK Percentages of Color #49dfea

%69
%5
%0
%8

Triadic Colors of #49dfea

#49dfea #ea49df #dfea49

Analogous Colors of #49dfea

#49dfea #498fea #49eaa5

Monochromatic Colors of #49dfea

#49dfea

Complementary Color

#49dfea #ea5449

#49dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfea Color CSS Codes

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

#49dfea Text Font Color

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

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


#49dfea Background Color

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

This div background color is #49dfea


#49dfea Border Color

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

This div border color is #49dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfea


Comments

No comments written yet.

Please login to write comment.