Color Hex Logo

#048aaf Color Hex

#048AAF
(4,138,175)
0 Favorites   0 Comments

Color spaces of #048aaf

RGB 4138175
HSL0.540.960.35
HSV193°98°69°
CMYK 0.980.210.00   0.31
XYZ16.876421.297943.7789
Yxy21.29790.20590.2599
Hunter Lab46.1496-15.4865-23.9395
CIE-Lab53.2740-17.5662-28.1774

#048aaf color RGB value is (4,138,175).

#048aaf hex color red value is 4, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #048aaf hue: 0.54 , saturation: 0.96 and the lightness value of 048aaf is 0.35.

The process color (four color CMYK) of #048aaf color hex is 0.98, 0.21, 0.00, 0.31. Web safe color of #048aaf is #009999. Color #048aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001010 10101111
Octal 4 212 257
Decimal 4 138 175
Hex 4 8A AF

RGB Percentages of Color #048aaf

%1.26
%43.53
%55.21

CMYK Percentages of Color #048aaf

%98
%21
%0
%31

Triadic Colors of #048aaf

#048aaf #af048a #8aaf04

Analogous Colors of #048aaf

#048aaf #0435af #04af7f

Monochromatic Colors of #048aaf

#048aaf

Complementary Color

#048aaf #af2904

#048aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#048aaf Color CSS Codes

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

#048aaf Text Font Color

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

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


#048aaf Background Color

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

This div background color is #048aaf


#048aaf Border Color

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

This div border color is #048aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048aaf


Comments

No comments written yet.

Please login to write comment.