Color Hex Logo

#048cde Color Hex

#048CDE
(4,140,222)
0 Favorites   0 Comments

Color spaces of #048cde

RGB 4140222
HSL0.560.960.44
HSV203°98°87°
CMYK 0.980.370.00   0.13
XYZ22.613024.055972.5587
Yxy24.05590.18970.2018
Hunter Lab49.0468-3.5346-53.3795
CIE-Lab56.1437-1.1440-50.3063

#048cde color RGB value is (4,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001100 11011110
Octal 4 214 336
Decimal 4 140 222
Hex 4 8C DE

RGB Percentages of Color #048cde

%1.09
%38.25
%60.66

CMYK Percentages of Color #048cde

%98
%37
%0
%13

Triadic Colors of #048cde

#048cde #de048c #8cde04

Analogous Colors of #048cde

#048cde #041fde #04dec3

Monochromatic Colors of #048cde

#048cde

Complementary Color

#048cde #de5604

#048cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#048cde Color CSS Codes

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

#048cde Text Font Color

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

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


#048cde Background Color

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

This div background color is #048cde


#048cde Border Color

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

This div border color is #048cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048cde


Comments

No comments written yet.

Please login to write comment.