Color Hex Logo

#49cfcb Color Hex

#49CFCB
(73,207,203)
0 Favorites   0 Comments

Color spaces of #49cfcb

RGB 73207203
HSL0.500.580.55
HSV178°65°81°
CMYK 0.650.000.02   0.19
XYZ35.840050.353964.3302
Yxy50.35390.23810.3345
Hunter Lab70.9605-34.0259-4.0778
CIE-Lab76.2860-36.5576-8.7080

#49cfcb color RGB value is (73,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001111 11001011
Octal 111 317 313
Decimal 73 207 203
Hex 49 CF CB

RGB Percentages of Color #49cfcb

%15.11
%42.86
%42.03

CMYK Percentages of Color #49cfcb

%65
%0
%2
%19

Triadic Colors of #49cfcb

#49cfcb #cb49cf #cfcb49

Analogous Colors of #49cfcb

#49cfcb #4990cf #49cf88

Monochromatic Colors of #49cfcb

#49cfcb

Complementary Color

#49cfcb #cf494d

#49cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cfcb Color CSS Codes

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

#49cfcb Text Font Color

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

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


#49cfcb Background Color

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

This div background color is #49cfcb


#49cfcb Border Color

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

This div border color is #49cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cfcb


Comments

No comments written yet.

Please login to write comment.