Color Hex Logo

#05accb Color Hex

#05ACCB
(5,172,203)
0 Favorites   0 Comments

Color spaces of #05accb

RGB 5172203
HSL0.530.950.41
HSV189°98°80°
CMYK 0.980.150.00   0.20
XYZ25.594633.849161.6845
Yxy33.84910.21130.2794
Hunter Lab58.1800-23.2890-22.1354
CIE-Lab64.8426-25.5804-26.1050

#05accb color RGB value is (5,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101100 11001011
Octal 5 254 313
Decimal 5 172 203
Hex 5 AC CB

RGB Percentages of Color #05accb

%1.32
%45.26
%53.42

CMYK Percentages of Color #05accb

%98
%15
%0
%20

Triadic Colors of #05accb

#05accb #cb05ac #accb05

Analogous Colors of #05accb

#05accb #0549cb #05cb87

Monochromatic Colors of #05accb

#05accb

Complementary Color

#05accb #cb2405

#05accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05accb Color CSS Codes

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

#05accb Text Font Color

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

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


#05accb Background Color

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

This div background color is #05accb


#05accb Border Color

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

This div border color is #05accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,172,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 #05accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05accb


Comments

No comments written yet.

Please login to write comment.