Color Hex Logo

#448adc Color Hex

#448ADC
(68,138,220)
0 Favorites   0 Comments

Color spaces of #448adc

RGB 68138220
HSL0.590.680.56
HSV212°69°86°
CMYK 0.690.370.00   0.14
XYZ24.390624.573271.1677
Yxy24.57320.20300.2046
Hunter Lab49.57141.0775-50.4204
CIE-Lab56.65724.5572-48.2975

#448adc color RGB value is (68,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 11011100
Octal 104 212 334
Decimal 68 138 220
Hex 44 8A DC

RGB Percentages of Color #448adc

%15.96
%32.39
%51.64

CMYK Percentages of Color #448adc

%69
%37
%0
%14

Triadic Colors of #448adc

#448adc #dc448a #8adc44

Analogous Colors of #448adc

#448adc #4a44dc #44d6dc

Monochromatic Colors of #448adc

#448adc

Complementary Color

#448adc #dc9644

#448adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#448adc Color CSS Codes

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

#448adc Text Font Color

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

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


#448adc Background Color

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

This div background color is #448adc


#448adc Border Color

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

This div border color is #448adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448adc


Comments

No comments written yet.

Please login to write comment.