Color Hex Logo

#048add Color Hex

#048ADD
(4,138,221)
0 Favorites   0 Comments

Color spaces of #048add

RGB 4138221
HSL0.560.960.44
HSV203°98°87°
CMYK 0.980.380.00   0.13
XYZ22.189723.423271.7582
Yxy23.42320.18910.1996
Hunter Lab48.3975-2.8555-54.0300
CIE-Lab55.5056-0.3389-50.7617

#048add color RGB value is (4,138,221).

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

The process color (four color CMYK) of #048add color hex is 0.98, 0.38, 0.00, 0.13. Web safe color of #048add is #0099cc. Color #048add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001010 11011101
Octal 4 212 335
Decimal 4 138 221
Hex 4 8A DD

RGB Percentages of Color #048add

%1.10
%38.02
%60.88

CMYK Percentages of Color #048add

%98
%38
%0
%13

Triadic Colors of #048add

#048add #dd048a #8add04

Analogous Colors of #048add

#048add #041edd #04ddc4

Monochromatic Colors of #048add

#048add

Complementary Color

#048add #dd5704

#048add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048add Color Preview on White Background

Lorem ipsum dolor sit amet.

#048add Color CSS Codes

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

#048add Text Font Color

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

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


#048add Background Color

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

This div background color is #048add


#048add Border Color

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

This div border color is #048add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048add


Comments

No comments written yet.

Please login to write comment.