Color Hex Logo

#05abcb Color Hex

#05ABCB
(5,171,203)
0 Favorites   0 Comments

Color spaces of #05abcb

RGB 5171203
HSL0.530.950.41
HSV190°98°80°
CMYK 0.980.160.00   0.20
XYZ25.405033.469961.6213
Yxy33.46990.21080.2778
Hunter Lab57.8532-22.8586-22.6545
CIE-Lab64.5396-25.0736-26.5709

#05abcb color RGB value is (5,171,203).

#05abcb hex color red value is 5, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #05abcb hue: 0.53 , saturation: 0.95 and the lightness value of 05abcb is 0.41.

The process color (four color CMYK) of #05abcb color hex is 0.98, 0.16, 0.00, 0.20. Web safe color of #05abcb is #0099cc. Color #05abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101011 11001011
Octal 5 253 313
Decimal 5 171 203
Hex 5 AB CB

RGB Percentages of Color #05abcb

%1.32
%45.12
%53.56

CMYK Percentages of Color #05abcb

%98
%16
%0
%20

Triadic Colors of #05abcb

#05abcb #cb05ab #abcb05

Analogous Colors of #05abcb

#05abcb #0548cb #05cb88

Monochromatic Colors of #05abcb

#05abcb

Complementary Color

#05abcb #cb2505

#05abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05abcb Color CSS Codes

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

#05abcb Text Font Color

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

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


#05abcb Background Color

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

This div background color is #05abcb


#05abcb Border Color

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

This div border color is #05abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05abcb


Comments

No comments written yet.

Please login to write comment.