Color Hex Logo

#048eed Color Hex

#048EED
(4,142,237)
0 Favorites   0 Comments

Color spaces of #048eed

RGB 4142237
HSL0.570.970.47
HSV204°98°93°
CMYK 0.980.400.00   0.07
XYZ25.009125.486283.7220
Yxy25.48620.18630.1899
Hunter Lab50.48390.0800-62.9873
CIE-Lab57.54613.3890-56.4235

#048eed color RGB value is (4,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001110 11101101
Octal 4 216 355
Decimal 4 142 237
Hex 4 8E ED

RGB Percentages of Color #048eed

%1.04
%37.08
%61.88

CMYK Percentages of Color #048eed

%98
%40
%0
%7

Triadic Colors of #048eed

#048eed #ed048e #8eed04

Analogous Colors of #048eed

#048eed #0419ed #04edd8

Monochromatic Colors of #048eed

#048eed

Complementary Color

#048eed #ed6304

#048eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#048eed Color CSS Codes

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

#048eed Text Font Color

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

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


#048eed Background Color

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

This div background color is #048eed


#048eed Border Color

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

This div border color is #048eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048eed


Comments

No comments written yet.

Please login to write comment.