Color Hex Logo

#05bfcb Color Hex

#05BFCB
(5,191,203)
0 Favorites   0 Comments

Color spaces of #05bfcb

RGB 5191203
HSL0.510.950.41
HSV184°98°80°
CMYK 0.980.060.00   0.20
XYZ29.472941.605762.9772
Yxy41.60570.21990.3104
Hunter Lab64.5025-31.3179-12.7362
CIE-Lab70.5982-34.8413-17.3296

#05bfcb color RGB value is (5,191,203).

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

The process color (four color CMYK) of #05bfcb color hex is 0.98, 0.06, 0.00, 0.20. Web safe color of #05bfcb is #00cccc. Color #05bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111111 11001011
Octal 5 277 313
Decimal 5 191 203
Hex 5 BF CB

RGB Percentages of Color #05bfcb

%1.25
%47.87
%50.88

CMYK Percentages of Color #05bfcb

%98
%6
%0
%20

Triadic Colors of #05bfcb

#05bfcb #cb05bf #bfcb05

Analogous Colors of #05bfcb

#05bfcb #055ccb #05cb74

Monochromatic Colors of #05bfcb

#05bfcb

Complementary Color

#05bfcb #cb1105

#05bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bfcb Color CSS Codes

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

#05bfcb Text Font Color

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

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


#05bfcb Background Color

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

This div background color is #05bfcb


#05bfcb Border Color

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

This div border color is #05bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bfcb


Comments

No comments written yet.

Please login to write comment.