Color Hex Logo

#49caea Color Hex

#49CAEA
(73,202,234)
0 Favorites   0 Comments

Color spaces of #49caea

RGB 73202234
HSL0.530.790.60
HSV192°69°92°
CMYK 0.690.140.00   0.08
XYZ38.719549.598085.3746
Yxy49.59800.22290.2856
Hunter Lab70.4258-25.1075-22.5769
CIE-Lab75.8219-25.1312-26.1114

#49caea color RGB value is (73,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001010 11101010
Octal 111 312 352
Decimal 73 202 234
Hex 49 CA EA

RGB Percentages of Color #49caea

%14.34
%39.69
%45.97

CMYK Percentages of Color #49caea

%69
%14
%0
%8

Triadic Colors of #49caea

#49caea #ea49ca #caea49

Analogous Colors of #49caea

#49caea #497aea #49eaba

Monochromatic Colors of #49caea

#49caea

Complementary Color

#49caea #ea6949

#49caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49caea Color CSS Codes

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

#49caea Text Font Color

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

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


#49caea Background Color

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

This div background color is #49caea


#49caea Border Color

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

This div border color is #49caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49caea


Comments

No comments written yet.

Please login to write comment.