Color Hex Logo

#05bcbf Color Hex

#05BCBF
(5,188,191)
0 Favorites   0 Comments

Color spaces of #05bcbf

RGB 5188191
HSL0.500.950.38
HSV181°97°75°
CMYK 0.970.020.00   0.25
XYZ27.449839.760355.5180
Yxy39.76030.22370.3240
Hunter Lab63.0558-32.6419-8.0634
CIE-Lab69.2985-37.1667-12.7133

#05bcbf color RGB value is (5,188,191).

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

The process color (four color CMYK) of #05bcbf color hex is 0.97, 0.02, 0.00, 0.25. Web safe color of #05bcbf is #00cccc. Color #05bcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111100 10111111
Octal 5 274 277
Decimal 5 188 191
Hex 5 BC BF

RGB Percentages of Color #05bcbf

%1.30
%48.96
%49.74

CMYK Percentages of Color #05bcbf

%97
%2
%0
%25

Triadic Colors of #05bcbf

#05bcbf #bf05bc #bcbf05

Analogous Colors of #05bcbf

#05bcbf #055fbf #05bf65

Monochromatic Colors of #05bcbf

#05bcbf

Complementary Color

#05bcbf #bf0805

#05bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bcbf Color CSS Codes

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

#05bcbf Text Font Color

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

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


#05bcbf Background Color

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

This div background color is #05bcbf


#05bcbf Border Color

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

This div border color is #05bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bcbf


Comments

No comments written yet.

Please login to write comment.