color codes Logo

#048dbc color codes

#048DBC
(4,141,188)
0 Favorites   0 Comments

Color spaces of #048dbc

RGB 4141188
HSL0.540.960.38
HSV195°98°74°
CMYK 0.980.250.00   0.26
XYZ18.652022.706450.9767
Yxy22.70640.20200.2459
Hunter Lab47.6512-13.5199-30.0718
CIE-Lab54.7686-14.4795-33.2836

#048dbc color RGB value is (4,141,188).

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

The process color (four color CMYK) of #048dbc color code is 0.98, 0.25, 0.00, 0.26. Web safe color of #048dbc is #0099cc. Color #048dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001101 10111100
Octal 4 215 274
Decimal 4 141 188
Hex 4 8D BC

RGB Percentages of Color #048dbc

%1.20
%42.34
%56.46

CMYK Percentages of Color #048dbc

%98
%25
%0
%26

Triadic Colors of #048dbc

#048dbc #bc048d #8dbc04

Analogous Colors of #048dbc

#048dbc #0431bc #04bc8f

Monochromatic Colors of #048dbc

#048dbc

Complementary Color

#048dbc #bc3304

#048dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#048dbc Color CSS Codes

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

#048dbc Text Font Color

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

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


#048dbc Background Color

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

This div background color is #048dbc


#048dbc Border Color

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

This div border color is #048dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048dbc


Comments

No comments written yet.

Please login to write comment.