Color Hex Logo

#048eeb Color Hex

#048EEB
(4,142,235)
0 Favorites   0 Comments

Color spaces of #048eeb

RGB 4142235
HSL0.570.970.47
HSV204°98°92°
CMYK 0.980.400.00   0.08
XYZ24.718525.370082.1914
Yxy25.37000.18690.1918
Hunter Lab50.3686-0.5459-61.4912
CIE-Lab57.43422.6257-55.4931

#048eeb color RGB value is (4,142,235).

#048eeb hex color red value is 4, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #048eeb hue: 0.57 , saturation: 0.97 and the lightness value of 048eeb is 0.47.

The process color (four color CMYK) of #048eeb color hex is 0.98, 0.40, 0.00, 0.08. Web safe color of #048eeb is #0099ff. Color #048eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 11101011
Octal 4 216 353
Decimal 4 142 235
Hex 4 8E EB

RGB Percentages of Color #048eeb

%1.05
%37.27
%61.68

CMYK Percentages of Color #048eeb

%98
%40
%0
%8

Triadic Colors of #048eeb

#048eeb #eb048e #8eeb04

Analogous Colors of #048eeb

#048eeb #041beb #04ebd5

Monochromatic Colors of #048eeb

#048eeb

Complementary Color

#048eeb #eb6104

#048eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#048eeb Color CSS Codes

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

#048eeb Text Font Color

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

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


#048eeb Background Color

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

This div background color is #048eeb


#048eeb Border Color

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

This div border color is #048eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,142,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 #048eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048eeb


Comments

No comments written yet.

Please login to write comment.