Color Hex Logo

#048fed Color Hex

#048FED
(4,143,237)
0 Favorites   0 Comments

Color spaces of #048fed

RGB 4143237
HSL0.570.970.47
HSV204°98°93°
CMYK 0.980.400.00   0.07
XYZ25.158625.785283.7718
Yxy25.78520.18680.1914
Hunter Lab50.7791-0.4254-62.2670
CIE-Lab57.83262.7913-55.9659

#048fed color RGB value is (4,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001111 11101101
Octal 4 217 355
Decimal 4 143 237
Hex 4 8F ED

RGB Percentages of Color #048fed

%1.04
%37.24
%61.72

CMYK Percentages of Color #048fed

%98
%40
%0
%7

Triadic Colors of #048fed

#048fed #ed048f #8fed04

Analogous Colors of #048fed

#048fed #041aed #04edd7

Monochromatic Colors of #048fed

#048fed

Complementary Color

#048fed #ed6204

#048fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#048fed Color CSS Codes

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

#048fed Text Font Color

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

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


#048fed Background Color

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

This div background color is #048fed


#048fed Border Color

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

This div border color is #048fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048fed


Comments

No comments written yet.

Please login to write comment.