Color Hex Logo

#449ebd Color Hex

#449EBD
(68,158,189)
0 Favorites   0 Comments

Color spaces of #449ebd

RGB 68158189
HSL0.540.480.50
HSV195°64°74°
CMYK 0.640.160.00   0.26
XYZ23.796129.356852.5564
Yxy29.35680.22510.2777
Hunter Lab54.1819-16.4231-19.5839
CIE-Lab61.0952-17.1751-23.9635

#449ebd color RGB value is (68,158,189).

#449ebd hex color red value is 68, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #449ebd hue: 0.54 , saturation: 0.48 and the lightness value of 449ebd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011110 10111101
Octal 104 236 275
Decimal 68 158 189
Hex 44 9E BD

RGB Percentages of Color #449ebd

%16.39
%38.07
%45.54

CMYK Percentages of Color #449ebd

%64
%16
%0
%26

Triadic Colors of #449ebd

#449ebd #bd449e #9ebd44

Analogous Colors of #449ebd

#449ebd #4462bd #44bda0

Monochromatic Colors of #449ebd

#449ebd

Complementary Color

#449ebd #bd6344

#449ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#449ebd Color CSS Codes

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

#449ebd Text Font Color

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

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


#449ebd Background Color

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

This div background color is #449ebd


#449ebd Border Color

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

This div border color is #449ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #449ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449ebd


Comments

No comments written yet.

Please login to write comment.