Color Hex Logo

#49ccea Color Hex

#49CCEA
(73,204,234)
0 Favorites   0 Comments

Color spaces of #49ccea

RGB 73204234
HSL0.530.790.60
HSV191°69°92°
CMYK 0.690.130.00   0.08
XYZ39.191850.542785.5320
Yxy50.54270.22360.2884
Hunter Lab71.0934-26.0114-21.5660
CIE-Lab76.4012-26.1273-25.2258

#49ccea color RGB value is (73,204,234).

#49ccea hex color red value is 73, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #49ccea hue: 0.53 , saturation: 0.79 and the lightness value of 49ccea is 0.60.

The process color (four color CMYK) of #49ccea color hex is 0.69, 0.13, 0.00, 0.08. Web safe color of #49ccea is #33ccff. Color #49ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001100 11101010
Octal 111 314 352
Decimal 73 204 234
Hex 49 CC EA

RGB Percentages of Color #49ccea

%14.29
%39.92
%45.79

CMYK Percentages of Color #49ccea

%69
%13
%0
%8

Triadic Colors of #49ccea

#49ccea #ea49cc #ccea49

Analogous Colors of #49ccea

#49ccea #497cea #49eab8

Monochromatic Colors of #49ccea

#49ccea

Complementary Color

#49ccea #ea6749

#49ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ccea Color CSS Codes

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

#49ccea Text Font Color

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

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


#49ccea Background Color

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

This div background color is #49ccea


#49ccea Border Color

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

This div border color is #49ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ccea


Comments

No comments written yet.

Please login to write comment.