Color Hex Logo

#49bacf Color Hex

#49BACF
(73,186,207)
0 Favorites   0 Comments

Color spaces of #49bacf

RGB 73186207
HSL0.530.580.55
HSV189°65°81°
CMYK 0.650.100.00   0.19
XYZ31.569041.039365.2890
Yxy41.03930.22890.2976
Hunter Lab64.0619-24.1456-15.5823
CIE-Lab70.2034-25.2998-20.0248

#49bacf color RGB value is (73,186,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11001111
Octal 111 272 317
Decimal 73 186 207
Hex 49 BA CF

RGB Percentages of Color #49bacf

%15.67
%39.91
%44.42

CMYK Percentages of Color #49bacf

%65
%10
%0
%19

Triadic Colors of #49bacf

#49bacf #cf49ba #bacf49

Analogous Colors of #49bacf

#49bacf #4977cf #49cfa1

Monochromatic Colors of #49bacf

#49bacf

Complementary Color

#49bacf #cf5e49

#49bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bacf Color CSS Codes

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

#49bacf Text Font Color

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

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


#49bacf Background Color

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

This div background color is #49bacf


#49bacf Border Color

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

This div border color is #49bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bacf


Comments

No comments written yet.

Please login to write comment.