Color Hex Logo

#048aeb Color Hex

#048AEB
(4,138,235)
0 Favorites   0 Comments

Color spaces of #048aeb

RGB 4138235
HSL0.570.970.47
HSV205°98°92°
CMYK 0.980.410.00   0.08
XYZ24.133924.200981.9965
Yxy24.20090.18520.1857
Hunter Lab49.19441.4787-64.3876
CIE-Lab56.28845.0283-57.3245

#048aeb color RGB value is (4,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001010 11101011
Octal 4 212 353
Decimal 4 138 235
Hex 4 8A EB

RGB Percentages of Color #048aeb

%1.06
%36.60
%62.33

CMYK Percentages of Color #048aeb

%98
%41
%0
%8

Triadic Colors of #048aeb

#048aeb #eb048a #8aeb04

Analogous Colors of #048aeb

#048aeb #0416eb #04ebd9

Monochromatic Colors of #048aeb

#048aeb

Complementary Color

#048aeb #eb6504

#048aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#048aeb Color CSS Codes

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

#048aeb Text Font Color

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

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


#048aeb Background Color

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

This div background color is #048aeb


#048aeb Border Color

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

This div border color is #048aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048aeb


Comments

No comments written yet.

Please login to write comment.