Color Hex Logo

#04adda Color Hex

#04ADDA
(4,173,218)
0 Favorites   0 Comments

Color spaces of #04adda

RGB 4173218
HSL0.540.960.44
HSV193°98°85°
CMYK 0.980.210.00   0.15
XYZ27.648534.974971.6233
Yxy34.97490.20600.2605
Hunter Lab59.1396-20.0433-30.4078
CIE-Lab65.7291-20.9861-33.0258

#04adda color RGB value is (4,173,218).

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

The process color (four color CMYK) of #04adda color hex is 0.98, 0.21, 0.00, 0.15. Web safe color of #04adda is #0099cc. Color #04adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101101 11011010
Octal 4 255 332
Decimal 4 173 218
Hex 4 AD DA

RGB Percentages of Color #04adda

%1.01
%43.80
%55.19

CMYK Percentages of Color #04adda

%98
%21
%0
%15

Triadic Colors of #04adda

#04adda #da04ad #adda04

Analogous Colors of #04adda

#04adda #0442da #04da9c

Monochromatic Colors of #04adda

#04adda

Complementary Color

#04adda #da3104

#04adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#04adda Color CSS Codes

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

#04adda Text Font Color

<p style="color:#04adda">Text here</p>

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


#04adda Background Color

<div style="background-color:#04adda">
Div content here</div>

This div background color is #04adda


#04adda Border Color

<div style="border:3px solid #04adda">
Div here</div>

This div border color is #04adda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,173,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 #04adda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04adda


Comments

No comments written yet.

Please login to write comment.