Color Hex Logo

#048edb Color Hex

#048EDB
(4,142,219)
0 Favorites   0 Comments

Color spaces of #048edb

RGB 4142219
HSL0.560.960.44
HSV201°98°86°
CMYK 0.980.350.00   0.14
XYZ22.509324.486370.5578
Yxy24.48630.19150.2083
Hunter Lab49.4836-5.3996-49.9020
CIE-Lab56.5714-3.4619-47.9481

#048edb color RGB value is (4,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 11011011
Octal 4 216 333
Decimal 4 142 219
Hex 4 8E DB

RGB Percentages of Color #048edb

%1.10
%38.90
%60.00

CMYK Percentages of Color #048edb

%98
%35
%0
%14

Triadic Colors of #048edb

#048edb #db048e #8edb04

Analogous Colors of #048edb

#048edb #0423db #04dbbd

Monochromatic Colors of #048edb

#048edb

Complementary Color

#048edb #db5104

#048edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#048edb Color CSS Codes

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

#048edb Text Font Color

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

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


#048edb Background Color

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

This div background color is #048edb


#048edb Border Color

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

This div border color is #048edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048edb


Comments

No comments written yet.

Please login to write comment.