Color Hex Logo

#05acbd Color Hex

#05ACBD
(5,172,189)
0 Favorites   0 Comments

Color spaces of #05acbd

RGB 5172189
HSL0.520.950.38
HSV186°97°74°
CMYK 0.970.090.00   0.26
XYZ24.000433.211453.2896
Yxy33.21140.21720.3006
Hunter Lab57.6293-26.5129-14.4847
CIE-Lab64.3317-30.2262-19.1096

#05acbd color RGB value is (5,172,189).

#05acbd hex color red value is 5, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #05acbd hue: 0.52 , saturation: 0.95 and the lightness value of 05acbd is 0.38.

The process color (four color CMYK) of #05acbd color hex is 0.97, 0.09, 0.00, 0.26. Web safe color of #05acbd is #0099cc. Color #05acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 10111101
Octal 5 254 275
Decimal 5 172 189
Hex 5 AC BD

RGB Percentages of Color #05acbd

%1.37
%46.99
%51.64

CMYK Percentages of Color #05acbd

%97
%9
%0
%26

Triadic Colors of #05acbd

#05acbd #bd05ac #acbd05

Analogous Colors of #05acbd

#05acbd #0550bd #05bd72

Monochromatic Colors of #05acbd

#05acbd

Complementary Color

#05acbd #bd1605

#05acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05acbd Color CSS Codes

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

#05acbd Text Font Color

<p style="color:#05acbd">Text here</p>

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


#05acbd Background Color

<div style="background-color:#05acbd">
Div content here</div>

This div background color is #05acbd


#05acbd Border Color

<div style="border:3px solid #05acbd">
Div here</div>

This div border color is #05acbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,172,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05acbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05acbd;
  -webkit-box-shadow: 1px 1px 3px 2px #05acbd;
  box-shadow:         1px 1px 3px 2px #05acbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05acbd


Comments

No comments written yet.

Please login to write comment.