Color Hex Logo

#049ebd Color Hex

#049EBD
(4,158,189)
0 Favorites   0 Comments

Color spaces of #049ebd

RGB 4158189
HSL0.530.960.38
HSV190°98°74°
CMYK 0.980.160.00   0.26
XYZ21.462228.153752.4471
Yxy28.15370.21030.2758
Hunter Lab53.0601-20.6539-21.4630
CIE-Lab60.0273-23.2312-25.6959

#049ebd color RGB value is (4,158,189).

#049ebd hex color red value is 4, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #049ebd hue: 0.53 , saturation: 0.96 and the lightness value of 049ebd is 0.38.

The process color (four color CMYK) of #049ebd color hex is 0.98, 0.16, 0.00, 0.26. Web safe color of #049ebd is #0099cc. Color #049ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011110 10111101
Octal 4 236 275
Decimal 4 158 189
Hex 4 9E BD

RGB Percentages of Color #049ebd

%1.14
%45.01
%53.85

CMYK Percentages of Color #049ebd

%98
%16
%0
%26

Triadic Colors of #049ebd

#049ebd #bd049e #9ebd04

Analogous Colors of #049ebd

#049ebd #0442bd #04bd80

Monochromatic Colors of #049ebd

#049ebd

Complementary Color

#049ebd #bd2304

#049ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#049ebd Color CSS Codes

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

#049ebd Text Font Color

<p style="color:#049ebd">Text here</p>

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


#049ebd Background Color

<div style="background-color:#049ebd">
Div content here</div>

This div background color is #049ebd


#049ebd Border Color

<div style="border:3px solid #049ebd">
Div here</div>

This div border color is #049ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,158,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #049ebd;
  box-shadow:         1px 1px 3px 2px #049ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049ebd


Comments

No comments written yet.

Please login to write comment.