color codes Logo

#048dda color codes

#048DDA
(4,141,218)
0 Favorites   0 Comments

Color spaces of #048dda

RGB 4141218
HSL0.560.960.44
HSV202°98°85°
CMYK 0.980.350.00   0.15
XYZ22.229824.137569.8170
Yxy24.13750.19130.2078
Hunter Lab49.1299-5.2116-49.8642
CIE-Lab56.2252-3.2552-47.9372

#048dda color RGB value is (4,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001101 11011010
Octal 4 215 332
Decimal 4 141 218
Hex 4 8D DA

RGB Percentages of Color #048dda

%1.10
%38.84
%60.06

CMYK Percentages of Color #048dda

%98
%35
%0
%15

Triadic Colors of #048dda

#048dda #da048d #8dda04

Analogous Colors of #048dda

#048dda #0422da #04dabc

Monochromatic Colors of #048dda

#048dda

Complementary Color

#048dda #da5104

#048dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#048dda Color CSS Codes

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

#048dda Text Font Color

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

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


#048dda Background Color

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

This div background color is #048dda


#048dda Border Color

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

This div border color is #048dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048dda


Comments

No comments written yet.

Please login to write comment.