Color Hex Logo

#448aeb Color Hex

#448AEB
(68,138,235)
0 Favorites   0 Comments

Color spaces of #448aeb

RGB 68138235
HSL0.600.810.59
HSV215°71°92°
CMYK 0.710.410.00   0.08
XYZ26.467825.404182.1057
Yxy25.40410.19760.1896
Hunter Lab50.40255.5312-61.3017
CIE-Lab57.46709.8417-55.3731

#448aeb color RGB value is (68,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 11101011
Octal 104 212 353
Decimal 68 138 235
Hex 44 8A EB

RGB Percentages of Color #448aeb

%15.42
%31.29
%53.29

CMYK Percentages of Color #448aeb

%71
%41
%0
%8

Triadic Colors of #448aeb

#448aeb #eb448a #8aeb44

Analogous Colors of #448aeb

#448aeb #5144eb #44deeb

Monochromatic Colors of #448aeb

#448aeb

Complementary Color

#448aeb #eba544

#448aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448aeb Color CSS Codes

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

#448aeb Text Font Color

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

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


#448aeb Background Color

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

This div background color is #448aeb


#448aeb Border Color

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

This div border color is #448aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448aeb


Comments

No comments written yet.

Please login to write comment.