Color Hex Logo

#448bee Color Hex

#448BEE
(68,139,238)
0 Favorites   0 Comments

Color spaces of #448bee

RGB 68139238
HSL0.600.830.60
HSV215°71°93°
CMYK 0.710.420.00   0.07
XYZ27.049125.867284.4562
Yxy25.86720.19690.1883
Hunter Lab50.85985.9281-62.8532
CIE-Lab57.910810.3021-56.3288

#448bee color RGB value is (68,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 11101110
Octal 104 213 356
Decimal 68 139 238
Hex 44 8B EE

RGB Percentages of Color #448bee

%15.28
%31.24
%53.48

CMYK Percentages of Color #448bee

%71
%42
%0
%7

Triadic Colors of #448bee

#448bee #ee448b #8bee44

Analogous Colors of #448bee

#448bee #5244ee #44e0ee

Monochromatic Colors of #448bee

#448bee

Complementary Color

#448bee #eea744

#448bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bee Color CSS Codes

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

#448bee Text Font Color

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

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


#448bee Background Color

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

This div background color is #448bee


#448bee Border Color

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

This div border color is #448bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bee


Comments

No comments written yet.

Please login to write comment.