Color Hex Logo

#49cbef Color Hex

#49CBEF
(73,203,239)
0 Favorites   0 Comments

Color spaces of #49cbef

RGB 73203239
HSL0.540.840.61
HSV193°69°94°
CMYK 0.690.150.00   0.06
XYZ39.683650.360389.2903
Yxy50.36030.22130.2808
Hunter Lab70.9650-24.3716-24.9250
CIE-Lab76.2899-24.0974-28.0819

#49cbef color RGB value is (73,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 11101111
Octal 111 313 357
Decimal 73 203 239
Hex 49 CB EF

RGB Percentages of Color #49cbef

%14.17
%39.42
%46.41

CMYK Percentages of Color #49cbef

%69
%15
%0
%6

Triadic Colors of #49cbef

#49cbef #ef49cb #cbef49

Analogous Colors of #49cbef

#49cbef #4978ef #49efc0

Monochromatic Colors of #49cbef

#49cbef

Complementary Color

#49cbef #ef6d49

#49cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbef Color CSS Codes

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

#49cbef Text Font Color

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

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


#49cbef Background Color

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

This div background color is #49cbef


#49cbef Border Color

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

This div border color is #49cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbef


Comments

No comments written yet.

Please login to write comment.