Color Hex Logo

#49cbed Color Hex

#49CBED
(73,203,237)
0 Favorites   0 Comments

Color spaces of #49cbed

RGB 73203237
HSL0.530.820.61
HSV192°69°93°
CMYK 0.690.140.00   0.07
XYZ39.389750.242887.7425
Yxy50.24280.22210.2833
Hunter Lab70.8822-24.8501-23.7755
CIE-Lab76.2180-24.7126-27.1178

#49cbed color RGB value is (73,203,237).

#49cbed hex color red value is 73, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #49cbed hue: 0.53 , saturation: 0.82 and the lightness value of 49cbed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001011 11101101
Octal 111 313 355
Decimal 73 203 237
Hex 49 CB ED

RGB Percentages of Color #49cbed

%14.23
%39.57
%46.20

CMYK Percentages of Color #49cbed

%69
%14
%0
%7

Triadic Colors of #49cbed

#49cbed #ed49cb #cbed49

Analogous Colors of #49cbed

#49cbed #4979ed #49edbd

Monochromatic Colors of #49cbed

#49cbed

Complementary Color

#49cbed #ed6b49

#49cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cbed Color CSS Codes

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

#49cbed Text Font Color

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

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


#49cbed Background Color

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

This div background color is #49cbed


#49cbed Border Color

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

This div border color is #49cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cbed


Comments

No comments written yet.

Please login to write comment.