Color Hex Logo

#05bbb0 Color Hex

#05BBB0
(5,187,176)
0 Favorites   0 Comments

Color spaces of #05bbb0

RGB 5187176
HSL0.490.950.38
HSV176°97°73°
CMYK 0.970.000.06   0.27
XYZ25.669438.707547.1927
Yxy38.70750.23010.3469
Hunter Lab62.2154-35.2296-1.4230
CIE-Lab68.5389-41.1983-5.6000

#05bbb0 color RGB value is (5,187,176).

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

The process color (four color CMYK) of #05bbb0 color hex is 0.97, 0.00, 0.06, 0.27. Web safe color of #05bbb0 is #00cc99. Color #05bbb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111011 10110000
Octal 5 273 260
Decimal 5 187 176
Hex 5 BB B0

RGB Percentages of Color #05bbb0

%1.36
%50.82
%47.83

CMYK Percentages of Color #05bbb0

%97
%0
%6
%27

Triadic Colors of #05bbb0

#05bbb0 #b005bb #bbb005

Analogous Colors of #05bbb0

#05bbb0 #056bbb #05bb55

Monochromatic Colors of #05bbb0

#05bbb0

Complementary Color

#05bbb0 #bb0510

#05bbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bbb0 Color CSS Codes

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

#05bbb0 Text Font Color

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

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


#05bbb0 Background Color

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

This div background color is #05bbb0


#05bbb0 Border Color

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

This div border color is #05bbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bbb0


Comments

No comments written yet.

Please login to write comment.