Color Hex Logo

#49daeb Color Hex

#49DAEB
(73,218,235)
0 Favorites   0 Comments

Color spaces of #49daeb

RGB 73218235
HSL0.520.800.60
HSV186°69°92°
CMYK 0.690.070.00   0.08
XYZ42.814557.557487.4504
Yxy57.55740.22800.3064
Hunter Lab75.8666-32.0320-15.2362
CIE-Lab80.4921-32.6301-19.5420

#49daeb color RGB value is (73,218,235).

#49daeb hex color red value is 73, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #49daeb hue: 0.52 , saturation: 0.80 and the lightness value of 49daeb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011010 11101011
Octal 111 332 353
Decimal 73 218 235
Hex 49 DA EB

RGB Percentages of Color #49daeb

%13.88
%41.44
%44.68

CMYK Percentages of Color #49daeb

%69
%7
%0
%8

Triadic Colors of #49daeb

#49daeb #eb49da #daeb49

Analogous Colors of #49daeb

#49daeb #4989eb #49ebab

Monochromatic Colors of #49daeb

#49daeb

Complementary Color

#49daeb #eb5a49

#49daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49daeb Color CSS Codes

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

#49daeb Text Font Color

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

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


#49daeb Background Color

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

This div background color is #49daeb


#49daeb Border Color

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

This div border color is #49daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49daeb


Comments

No comments written yet.

Please login to write comment.