Color Hex Logo

#04abdf Color Hex

#04ABDF
(4,171,223)
0 Favorites   0 Comments

Color spaces of #04abdf

RGB 4171223
HSL0.540.960.45
HSV194°98°87°
CMYK 0.980.230.00   0.13
XYZ27.932334.479374.9950
Yxy34.47930.20330.2509
Hunter Lab58.7191-17.8470-34.6208
CIE-Lab65.3412-18.1845-36.3823

#04abdf color RGB value is (4,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101011 11011111
Octal 4 253 337
Decimal 4 171 223
Hex 4 AB DF

RGB Percentages of Color #04abdf

%1.01
%42.96
%56.03

CMYK Percentages of Color #04abdf

%98
%23
%0
%13

Triadic Colors of #04abdf

#04abdf #df04ab #abdf04

Analogous Colors of #04abdf

#04abdf #043edf #04dfa6

Monochromatic Colors of #04abdf

#04abdf

Complementary Color

#04abdf #df3804

#04abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04abdf Color CSS Codes

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

#04abdf Text Font Color

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

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


#04abdf Background Color

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

This div background color is #04abdf


#04abdf Border Color

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

This div border color is #04abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04abdf


Comments

No comments written yet.

Please login to write comment.