color codes Logo

#01b7bb color codes

#01B7BB
(1,183,187)
0 Favorites   0 Comments

Color spaces of #01b7bb

RGB 1183187
HSL0.500.990.37
HSV181°99°73°
CMYK 0.990.020.00   0.27
XYZ25.915637.461352.8786
Yxy37.46130.22290.3222
Hunter Lab61.2056-31.5297-8.3796
CIE-Lab67.6217-36.2150-13.0310

#01b7bb color RGB value is (1,183,187).

#01b7bb hex color red value is 1, green value is 183 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #01b7bb hue: 0.50 , saturation: 0.99 and the lightness value of 01b7bb is 0.37.

The process color (four color CMYK) of #01b7bb color code is 0.99, 0.02, 0.00, 0.27. Web safe color of #01b7bb is #00cccc. Color #01b7bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110111 10111011
Octal 1 267 273
Decimal 1 183 187
Hex 1 B7 BB

RGB Percentages of Color #01b7bb

%0.27
%49.33
%50.40

CMYK Percentages of Color #01b7bb

%99
%2
%0
%27

Triadic Colors of #01b7bb

#01b7bb #bb01b7 #b7bb01

Analogous Colors of #01b7bb

#01b7bb #015abb #01bb62

Monochromatic Colors of #01b7bb

#01b7bb

Complementary Color

#01b7bb #bb0501

#01b7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b7bb Color CSS Codes

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

#01b7bb Text Font Color

<p style="color:#01b7bb">Text here</p>

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


#01b7bb Background Color

<div style="background-color:#01b7bb">
Div content here</div>

This div background color is #01b7bb


#01b7bb Border Color

<div style="border:3px solid #01b7bb">
Div here</div>

This div border color is #01b7bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,183,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01b7bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01b7bb;
  -webkit-box-shadow: 1px 1px 3px 2px #01b7bb;
  box-shadow:         1px 1px 3px 2px #01b7bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b7bb


Comments

No comments written yet.

Please login to write comment.