Color Hex Logo

#449adc Color Hex

#449ADC
(68,154,220)
0 Favorites   0 Comments

Color spaces of #449adc

RGB 68154220
HSL0.570.680.56
HSV206°69°86°
CMYK 0.690.300.00   0.14
XYZ26.857829.507571.9901
Yxy29.50750.20920.2299
Hunter Lab54.3208-6.8058-40.5511
CIE-Lab61.2269-4.7688-41.0846

#449adc color RGB value is (68,154,220).

#449adc hex color red value is 68, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #449adc hue: 0.57 , saturation: 0.68 and the lightness value of 449adc is 0.56.

The process color (four color CMYK) of #449adc color hex is 0.69, 0.30, 0.00, 0.14. Web safe color of #449adc is #3399cc. Color #449adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011010 11011100
Octal 104 232 334
Decimal 68 154 220
Hex 44 9A DC

RGB Percentages of Color #449adc

%15.38
%34.84
%49.77

CMYK Percentages of Color #449adc

%69
%30
%0
%14

Triadic Colors of #449adc

#449adc #dc449a #9adc44

Analogous Colors of #449adc

#449adc #444edc #44dcd2

Monochromatic Colors of #449adc

#449adc

Complementary Color

#449adc #dc8644

#449adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#449adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#449adc Color CSS Codes

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

#449adc Text Font Color

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

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


#449adc Background Color

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

This div background color is #449adc


#449adc Border Color

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

This div border color is #449adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #449adc


Comments

No comments written yet.

Please login to write comment.