Color Hex Logo

#048ade Color Hex

#048ADE
(4,138,222)
0 Favorites   0 Comments

Color spaces of #048ade

RGB 4138222
HSL0.560.960.44
HSV203°98°87°
CMYK 0.980.380.00   0.13
XYZ22.323423.476772.4621
Yxy23.47670.18880.1985
Hunter Lab48.4528-2.5529-54.7525
CIE-Lab55.56000.0438-51.2352

#048ade color RGB value is (4,138,222).

#048ade hex color red value is 4, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #048ade hue: 0.56 , saturation: 0.96 and the lightness value of 048ade is 0.44.

The process color (four color CMYK) of #048ade color hex is 0.98, 0.38, 0.00, 0.13. Web safe color of #048ade is #0099cc. Color #048ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001010 11011110
Octal 4 212 336
Decimal 4 138 222
Hex 4 8A DE

RGB Percentages of Color #048ade

%1.10
%37.91
%60.99

CMYK Percentages of Color #048ade

%98
%38
%0
%13

Triadic Colors of #048ade

#048ade #de048a #8ade04

Analogous Colors of #048ade

#048ade #041dde #04dec5

Monochromatic Colors of #048ade

#048ade

Complementary Color

#048ade #de5804

#048ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#048ade Color CSS Codes

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

#048ade Text Font Color

<p style="color:#048ade">Text here</p>

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


#048ade Background Color

<div style="background-color:#048ade">
Div content here</div>

This div background color is #048ade


#048ade Border Color

<div style="border:3px solid #048ade">
Div here</div>

This div border color is #048ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,138,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048ade;
  -webkit-box-shadow: 1px 1px 3px 2px #048ade;
  box-shadow:         1px 1px 3px 2px #048ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048ade


Comments

No comments written yet.

Please login to write comment.