Color Hex Logo

#49bcce Color Hex

#49BCCE
(73,188,206)
0 Favorites   0 Comments

Color spaces of #49bcce

RGB 73188206
HSL0.520.580.55
HSV188°65°81°
CMYK 0.650.090.00   0.19
XYZ31.871541.839164.7885
Yxy41.83910.23010.3021
Hunter Lab64.6832-25.2427-14.1084
CIE-Lab70.7598-26.5956-18.6334

#49bcce color RGB value is (73,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 11001110
Octal 111 274 316
Decimal 73 188 206
Hex 49 BC CE

RGB Percentages of Color #49bcce

%15.63
%40.26
%44.11

CMYK Percentages of Color #49bcce

%65
%9
%0
%19

Triadic Colors of #49bcce

#49bcce #ce49bc #bcce49

Analogous Colors of #49bcce

#49bcce #497ace #49ce9e

Monochromatic Colors of #49bcce

#49bcce

Complementary Color

#49bcce #ce5b49

#49bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bcce Color CSS Codes

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

#49bcce Text Font Color

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

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


#49bcce Background Color

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

This div background color is #49bcce


#49bcce Border Color

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

This div border color is #49bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bcce


Comments

No comments written yet.

Please login to write comment.