Color Hex Logo

#05acbc Color Hex

#05ACBC
(5,172,188)
0 Favorites   0 Comments

Color spaces of #05acbc

RGB 5172188
HSL0.510.950.38
HSV185°97°74°
CMYK 0.970.090.00   0.26
XYZ23.892233.168252.7198
Yxy33.16820.21760.3021
Hunter Lab57.5918-26.7343-13.9600
CIE-Lab64.2969-30.5516-18.6059

#05acbc color RGB value is (5,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 10111100
Octal 5 254 274
Decimal 5 172 188
Hex 5 AC BC

RGB Percentages of Color #05acbc

%1.37
%47.12
%51.51

CMYK Percentages of Color #05acbc

%97
%9
%0
%26

Triadic Colors of #05acbc

#05acbc #bc05ac #acbc05

Analogous Colors of #05acbc

#05acbc #0551bc #05bc71

Monochromatic Colors of #05acbc

#05acbc

Complementary Color

#05acbc #bc1505

#05acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#05acbc Color CSS Codes

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

#05acbc Text Font Color

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

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


#05acbc Background Color

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

This div background color is #05acbc


#05acbc Border Color

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

This div border color is #05acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05acbc


Comments

No comments written yet.

Please login to write comment.