Color Hex Logo

#00b7cb Color Hex

#00B7CB
(0,183,203)
0 Favorites   0 Comments

Color spaces of #00b7cb

RGB 0183203
HSL0.521.000.40
HSV186°100°80°
CMYK 1.000.100.00   0.20
XYZ27.713038.178862.4085
Yxy38.17880.21600.2976
Hunter Lab61.7890-28.0717-16.6322
CIE-Lab68.1522-31.1729-21.0438

#00b7cb color RGB value is (0,183,203).

#00b7cb hex color red value is 0, green value is 183 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #00b7cb hue: 0.52 , saturation: 1.00 and the lightness value of 00b7cb is 0.40.

The process color (four color CMYK) of #00b7cb color hex is 1.00, 0.10, 0.00, 0.20. Web safe color of #00b7cb is #00cccc. Color #00b7cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10110111 11001011
Octal 0 267 313
Decimal 0 183 203
Hex 0 B7 CB

RGB Percentages of Color #00b7cb

%0.00
%47.41
%52.59

CMYK Percentages of Color #00b7cb

%100
%10
%0
%20

Triadic Colors of #00b7cb

#00b7cb #cb00b7 #b7cb00

Analogous Colors of #00b7cb

#00b7cb #0052cb #00cb7a

Monochromatic Colors of #00b7cb

#00b7cb

Complementary Color

#00b7cb #cb1400

#00b7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b7cb Color CSS Codes

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

#00b7cb Text Font Color

<p style="color:#00b7cb">Text here</p>

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


#00b7cb Background Color

<div style="background-color:#00b7cb">
Div content here</div>

This div background color is #00b7cb


#00b7cb Border Color

<div style="border:3px solid #00b7cb">
Div here</div>

This div border color is #00b7cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,183,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00b7cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00b7cb;
  -webkit-box-shadow: 1px 1px 3px 2px #00b7cb;
  box-shadow:         1px 1px 3px 2px #00b7cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,183,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 #00b7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b7cb

#00b7cb Color Palettes


Comments

No comments written yet.

Please login to write comment.