Color Hex Logo

#49ceb6 Color Hex

#49CEB6
(73,206,182)
0 Favorites   0 Comments

Color spaces of #49ceb6

RGB 73206182
HSL0.470.580.55
HSV169°65°81°
CMYK 0.650.000.12   0.19
XYZ33.262548.936551.9485
Yxy48.93650.24800.3648
Hunter Lab69.9546-37.54624.9393
CIE-Lab75.4118-41.66541.3274

#49ceb6 color RGB value is (73,206,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001110 10110110
Octal 111 316 266
Decimal 73 206 182
Hex 49 CE B6

RGB Percentages of Color #49ceb6

%15.84
%44.69
%39.48

CMYK Percentages of Color #49ceb6

%65
%0
%12
%19

Triadic Colors of #49ceb6

#49ceb6 #b649ce #ceb649

Analogous Colors of #49ceb6

#49ceb6 #49a4ce #49ce74

Monochromatic Colors of #49ceb6

#49ceb6

Complementary Color

#49ceb6 #ce4961

#49ceb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ceb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ceb6 Color CSS Codes

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

#49ceb6 Text Font Color

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

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


#49ceb6 Background Color

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

This div background color is #49ceb6


#49ceb6 Border Color

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

This div border color is #49ceb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ceb6

#49ceb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.