Color Hex Logo

#448def Color Hex

#448DEF
(68,141,239)
0 Favorites   0 Comments

Color spaces of #448def

RGB 68141239
HSL0.600.840.60
HSV214°72°94°
CMYK 0.720.410.00   0.06
XYZ27.488826.510785.3296
Yxy26.51070.19730.1903
Hunter Lab51.48855.1930-62.2166
CIE-Lab58.51879.4544-55.9120

#448def color RGB value is (68,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001101 11101111
Octal 104 215 357
Decimal 68 141 239
Hex 44 8D EF

RGB Percentages of Color #448def

%15.18
%31.47
%53.35

CMYK Percentages of Color #448def

%72
%41
%0
%6

Triadic Colors of #448def

#448def #ef448d #8def44

Analogous Colors of #448def

#448def #5044ef #44e3ef

Monochromatic Colors of #448def

#448def

Complementary Color

#448def #efa644

#448def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448def Color Preview on White Background

Lorem ipsum dolor sit amet.

#448def Color CSS Codes

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

#448def Text Font Color

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

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


#448def Background Color

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

This div background color is #448def


#448def Border Color

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

This div border color is #448def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448def


Comments

No comments written yet.

Please login to write comment.