Color Hex Logo

#448cec Color Hex

#448CEC
(68,140,236)
0 Favorites   0 Comments

Color spaces of #448cec

RGB 68140236
HSL0.600.820.60
HSV214°71°93°
CMYK 0.710.410.00   0.07
XYZ26.902326.041282.9654
Yxy26.04120.19790.1916
Hunter Lab51.03064.7981-60.6721
CIE-Lab58.07618.9933-54.9561

#448cec color RGB value is (68,140,236).

#448cec hex color red value is 68, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #448cec hue: 0.60 , saturation: 0.82 and the lightness value of 448cec is 0.60.

The process color (four color CMYK) of #448cec color hex is 0.71, 0.41, 0.00, 0.07. Web safe color of #448cec is #3399ff. Color #448cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001100 11101100
Octal 104 214 354
Decimal 68 140 236
Hex 44 8C EC

RGB Percentages of Color #448cec

%15.32
%31.53
%53.15

CMYK Percentages of Color #448cec

%71
%41
%0
%7

Triadic Colors of #448cec

#448cec #ec448c #8cec44

Analogous Colors of #448cec

#448cec #5044ec #44e0ec

Monochromatic Colors of #448cec

#448cec

Complementary Color

#448cec #eca444

#448cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#448cec Color CSS Codes

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

#448cec Text Font Color

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

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


#448cec Background Color

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

This div background color is #448cec


#448cec Border Color

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

This div border color is #448cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448cec


Comments

No comments written yet.

Please login to write comment.