Color Hex Logo

#04acbb Color Hex

#04ACBB
(4,172,187)
0 Favorites   0 Comments

Color spaces of #04acbb

RGB 4172187
HSL0.510.960.37
HSV185°98°73°
CMYK 0.980.080.00   0.27
XYZ23.772233.118752.1533
Yxy33.11870.21800.3037
Hunter Lab57.5488-26.9759-13.4470
CIE-Lab64.2569-30.9085-18.1102

#04acbb color RGB value is (4,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101100 10111011
Octal 4 254 273
Decimal 4 172 187
Hex 4 AC BB

RGB Percentages of Color #04acbb

%1.10
%47.38
%51.52

CMYK Percentages of Color #04acbb

%98
%8
%0
%27

Triadic Colors of #04acbb

#04acbb #bb04ac #acbb04

Analogous Colors of #04acbb

#04acbb #0450bb #04bb6f

Monochromatic Colors of #04acbb

#04acbb

Complementary Color

#04acbb #bb1304

#04acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04acbb Color CSS Codes

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

#04acbb Text Font Color

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

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


#04acbb Background Color

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

This div background color is #04acbb


#04acbb Border Color

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

This div border color is #04acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04acbb


Comments

No comments written yet.

Please login to write comment.