Color Hex Logo

#49b4cf Color Hex

#49B4CF
(73,180,207)
0 Favorites   0 Comments

Color spaces of #49b4cf

RGB 73180207
HSL0.530.580.55
HSV192°65°81°
CMYK 0.650.130.00   0.19
XYZ30.331438.564064.8764
Yxy38.56400.22670.2883
Hunter Lab62.0999-21.4903-18.4709
CIE-Lab68.4343-22.2593-22.7191

#49b4cf color RGB value is (73,180,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10110100 11001111
Octal 111 264 317
Decimal 73 180 207
Hex 49 B4 CF

RGB Percentages of Color #49b4cf

%15.87
%39.13
%45.00

CMYK Percentages of Color #49b4cf

%65
%13
%0
%19

Triadic Colors of #49b4cf

#49b4cf #cf49b4 #b4cf49

Analogous Colors of #49b4cf

#49b4cf #4971cf #49cfa7

Monochromatic Colors of #49b4cf

#49b4cf

Complementary Color

#49b4cf #cf6449

#49b4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49b4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49b4cf Color CSS Codes

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

#49b4cf Text Font Color

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

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


#49b4cf Background Color

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

This div background color is #49b4cf


#49b4cf Border Color

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

This div border color is #49b4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49b4cf


Comments

No comments written yet.

Please login to write comment.