Color Hex Logo

#49cfde Color Hex

#49CFDE
(73,207,222)
0 Favorites   0 Comments

Color spaces of #49cfde

RGB 73207222
HSL0.520.690.58
HSV186°67°87°
CMYK 0.670.070.00   0.13
XYZ38.245351.316076.9965
Yxy51.31600.22960.3081
Hunter Lab71.6352-30.0622-13.5827
CIE-Lab76.8700-31.1686-18.0625

#49cfde color RGB value is (73,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001111 11011110
Octal 111 317 336
Decimal 73 207 222
Hex 49 CF DE

RGB Percentages of Color #49cfde

%14.54
%41.24
%44.22

CMYK Percentages of Color #49cfde

%67
%7
%0
%13

Triadic Colors of #49cfde

#49cfde #de49cf #cfde49

Analogous Colors of #49cfde

#49cfde #4985de #49dea3

Monochromatic Colors of #49cfde

#49cfde

Complementary Color

#49cfde #de5849

#49cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cfde Color CSS Codes

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

#49cfde Text Font Color

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

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


#49cfde Background Color

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

This div background color is #49cfde


#49cfde Border Color

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

This div border color is #49cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cfde


Comments

No comments written yet.

Please login to write comment.