Color Hex Logo

#49bfce Color Hex

#49BFCE
(73,191,206)
0 Favorites   0 Comments

Color spaces of #49bfce

RGB 73191206
HSL0.520.580.55
HSV187°65°81°
CMYK 0.650.070.00   0.19
XYZ32.519043.134365.0043
Yxy43.13430.23120.3067
Hunter Lab65.6767-26.5522-12.7093
CIE-Lab71.6460-28.0787-17.2921

#49bfce color RGB value is (73,191,206).

#49bfce hex color red value is 73, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #49bfce hue: 0.52 , saturation: 0.58 and the lightness value of 49bfce is 0.55.

The process color (four color CMYK) of #49bfce color hex is 0.65, 0.07, 0.00, 0.19. Web safe color of #49bfce is #33cccc. Color #49bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111111 11001110
Octal 111 277 316
Decimal 73 191 206
Hex 49 BF CE

RGB Percentages of Color #49bfce

%15.53
%40.64
%43.83

CMYK Percentages of Color #49bfce

%65
%7
%0
%19

Triadic Colors of #49bfce

#49bfce #ce49bf #bfce49

Analogous Colors of #49bfce

#49bfce #497dce #49ce9b

Monochromatic Colors of #49bfce

#49bfce

Complementary Color

#49bfce #ce5849

#49bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bfce Color CSS Codes

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

#49bfce Text Font Color

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

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


#49bfce Background Color

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

This div background color is #49bfce


#49bfce Border Color

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

This div border color is #49bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bfce


Comments

No comments written yet.

Please login to write comment.