Color Hex Logo

#04abeb Color Hex

#04ABEB
(4,171,235)
0 Favorites   0 Comments

Color spaces of #04abeb

RGB 4171235
HSL0.550.970.47
HSV197°98°92°
CMYK 0.980.270.00   0.08
XYZ29.608435.149883.8213
Yxy35.14980.19930.2366
Hunter Lab59.2873-14.6088-42.3241
CIE-Lab65.8651-13.9222-42.1528

#04abeb color RGB value is (4,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101011 11101011
Octal 4 253 353
Decimal 4 171 235
Hex 4 AB EB

RGB Percentages of Color #04abeb

%0.98
%41.71
%57.32

CMYK Percentages of Color #04abeb

%98
%27
%0
%8

Triadic Colors of #04abeb

#04abeb #eb04ab #abeb04

Analogous Colors of #04abeb

#04abeb #0438eb #04ebb8

Monochromatic Colors of #04abeb

#04abeb

Complementary Color

#04abeb #eb4404

#04abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04abeb Color CSS Codes

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

#04abeb Text Font Color

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

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


#04abeb Background Color

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

This div background color is #04abeb


#04abeb Border Color

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

This div border color is #04abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04abeb


Comments

No comments written yet.

Please login to write comment.