Color Hex Logo

#04abfd Color Hex

#04ABFD
(4,171,253)
0 Favorites   0 Comments

Color spaces of #04abfd

RGB 4171253
HSL0.550.980.50
HSV200°98°99°
CMYK 0.980.320.00   0.01
XYZ32.342636.243598.2196
Yxy36.24350.19390.2173
Hunter Lab60.2026-9.4590-54.5889
CIE-Lab66.7056-7.4171-50.6497

#04abfd color RGB value is (4,171,253).

#04abfd hex color red value is 4, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #04abfd hue: 0.55 , saturation: 0.98 and the lightness value of 04abfd is 0.50.

The process color (four color CMYK) of #04abfd color hex is 0.98, 0.32, 0.00, 0.01. Web safe color of #04abfd is #0099ff. Color #04abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101011 11111101
Octal 4 253 375
Decimal 4 171 253
Hex 4 AB FD

RGB Percentages of Color #04abfd

%0.93
%39.95
%59.11

CMYK Percentages of Color #04abfd

%98
%32
%0
%1

Triadic Colors of #04abfd

#04abfd #fd04ab #abfd04

Analogous Colors of #04abfd

#04abfd #042efd #04fdd3

Monochromatic Colors of #04abfd

#04abfd

Complementary Color

#04abfd #fd5604

#04abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04abfd Color CSS Codes

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

#04abfd Text Font Color

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

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


#04abfd Background Color

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

This div background color is #04abfd


#04abfd Border Color

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

This div border color is #04abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04abfd


Comments

No comments written yet.

Please login to write comment.