Color Hex Logo

#04aabf Color Hex

#04AABF
(4,170,191)
0 Favorites   0 Comments

Color spaces of #04aabf

RGB 4170191
HSL0.520.960.38
HSV187°98°75°
CMYK 0.980.110.00   0.25
XYZ23.828832.536954.3145
Yxy32.53690.21530.2940
Hunter Lab57.0411-25.2540-16.5271
CIE-Lab63.7842-28.6210-21.0577

#04aabf color RGB value is (4,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101010 10111111
Octal 4 252 277
Decimal 4 170 191
Hex 4 AA BF

RGB Percentages of Color #04aabf

%1.10
%46.58
%52.33

CMYK Percentages of Color #04aabf

%98
%11
%0
%25

Triadic Colors of #04aabf

#04aabf #bf04aa #aabf04

Analogous Colors of #04aabf

#04aabf #044dbf #04bf77

Monochromatic Colors of #04aabf

#04aabf

Complementary Color

#04aabf #bf1904

#04aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04aabf Color CSS Codes

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

#04aabf Text Font Color

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

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


#04aabf Background Color

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

This div background color is #04aabf


#04aabf Border Color

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

This div border color is #04aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04aabf


Comments

No comments written yet.

Please login to write comment.