Color Hex Logo

#49cbce Color Hex

#49CBCE
(73,203,206)
0 Favorites   0 Comments

Color spaces of #49cbce

RGB 73203206
HSL0.500.580.55
HSV181°65°81°
CMYK 0.650.010.00   0.19
XYZ35.244248.584665.9127
Yxy48.58460.23540.3245
Hunter Lab69.7027-31.7235-7.2744
CIE-Lab75.1922-33.8558-11.9589

#49cbce color RGB value is (73,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 11001110
Octal 111 313 316
Decimal 73 203 206
Hex 49 CB CE

RGB Percentages of Color #49cbce

%15.15
%42.12
%42.74

CMYK Percentages of Color #49cbce

%65
%1
%0
%19

Triadic Colors of #49cbce

#49cbce #ce49cb #cbce49

Analogous Colors of #49cbce

#49cbce #4989ce #49ce8f

Monochromatic Colors of #49cbce

#49cbce

Complementary Color

#49cbce #ce4c49

#49cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbce Color CSS Codes

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

#49cbce Text Font Color

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

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


#49cbce Background Color

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

This div background color is #49cbce


#49cbce Border Color

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

This div border color is #49cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbce


Comments

No comments written yet.

Please login to write comment.