Color Hex Logo

#49ceed Color Hex

#49CEED
(73,206,237)
0 Favorites   0 Comments

Color spaces of #49ceed

RGB 73206237
HSL0.530.820.61
HSV191°69°93°
CMYK 0.690.130.00   0.07
XYZ40.105051.673587.9810
Yxy51.67350.22310.2875
Hunter Lab71.8843-26.2105-22.2475
CIE-Lab77.0852-26.2073-25.7912

#49ceed color RGB value is (73,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001110 11101101
Octal 111 316 355
Decimal 73 206 237
Hex 49 CE ED

RGB Percentages of Color #49ceed

%14.15
%39.92
%45.93

CMYK Percentages of Color #49ceed

%69
%13
%0
%7

Triadic Colors of #49ceed

#49ceed #ed49ce #ceed49

Analogous Colors of #49ceed

#49ceed #497ced #49edba

Monochromatic Colors of #49ceed

#49ceed

Complementary Color

#49ceed #ed6849

#49ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ceed Color CSS Codes

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

#49ceed Text Font Color

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

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


#49ceed Background Color

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

This div background color is #49ceed


#49ceed Border Color

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

This div border color is #49ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ceed


Comments

No comments written yet.

Please login to write comment.