Color Hex Logo

#04adbd Color Hex

#04ADBD
(4,173,189)
0 Favorites   0 Comments

Color spaces of #04adbd

RGB 4173189
HSL0.510.960.38
HSV185°98°74°
CMYK 0.980.080.00   0.26
XYZ24.178933.587153.3527
Yxy33.58710.21760.3023
Hunter Lab57.9544-26.9489-14.0142
CIE-Lab64.6335-30.7454-18.6515

#04adbd color RGB value is (4,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101101 10111101
Octal 4 255 275
Decimal 4 173 189
Hex 4 AD BD

RGB Percentages of Color #04adbd

%1.09
%47.27
%51.64

CMYK Percentages of Color #04adbd

%98
%8
%0
%26

Triadic Colors of #04adbd

#04adbd #bd04ad #adbd04

Analogous Colors of #04adbd

#04adbd #0450bd #04bd71

Monochromatic Colors of #04adbd

#04adbd

Complementary Color

#04adbd #bd1404

#04adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04adbd Color CSS Codes

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

#04adbd Text Font Color

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

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


#04adbd Background Color

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

This div background color is #04adbd


#04adbd Border Color

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

This div border color is #04adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04adbd


Comments

No comments written yet.

Please login to write comment.