Color Hex Logo

#04abba Color Hex

#04ABBA
(4,171,186)
0 Favorites   0 Comments

Color spaces of #04abba

RGB 4171186
HSL0.510.960.37
HSV185°98°73°
CMYK 0.980.080.00   0.27
XYZ23.475932.696851.5282
Yxy32.69680.21800.3036
Hunter Lab57.1811-26.7832-13.4018
CIE-Lab63.9147-30.7476-18.0726

#04abba color RGB value is (4,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101011 10111010
Octal 4 253 272
Decimal 4 171 186
Hex 4 AB BA

RGB Percentages of Color #04abba

%1.11
%47.37
%51.52

CMYK Percentages of Color #04abba

%98
%8
%0
%27

Triadic Colors of #04abba

#04abba #ba04ab #abba04

Analogous Colors of #04abba

#04abba #0450ba #04ba6e

Monochromatic Colors of #04abba

#04abba

Complementary Color

#04abba #ba1304

#04abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#04abba Color CSS Codes

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

#04abba Text Font Color

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

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


#04abba Background Color

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

This div background color is #04abba


#04abba Border Color

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

This div border color is #04abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04abba


Comments

No comments written yet.

Please login to write comment.