Color Hex Logo

#00bdbc Color Hex

#00BDBC
(0,189,188)
0 Favorites   0 Comments

Color spaces of #00bdbc

RGB 0189188
HSL0.501.000.37
HSV180°100°74°
CMYK 1.000.000.01   0.26
XYZ27.274740.026053.8652
Yxy40.02600.22510.3303
Hunter Lab63.2661-33.7624-6.1936
CIE-Lab69.4880-38.6881-10.7848

#00bdbc color RGB value is (0,189,188).

#00bdbc hex color red value is 0, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #00bdbc hue: 0.50 , saturation: 1.00 and the lightness value of 00bdbc is 0.37.

The process color (four color CMYK) of #00bdbc color hex is 1.00, 0.00, 0.01, 0.26. Web safe color of #00bdbc is #00cccc. Color #00bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111101 10111100
Octal 0 275 274
Decimal 0 189 188
Hex 0 BD BC

RGB Percentages of Color #00bdbc

%0.00
%50.13
%49.87

CMYK Percentages of Color #00bdbc

%100
%0
%1
%26

Triadic Colors of #00bdbc

#00bdbc #bc00bd #bdbc00

Analogous Colors of #00bdbc

#00bdbc #005fbd #00bd5e

Monochromatic Colors of #00bdbc

#00bdbc

Complementary Color

#00bdbc #bd0001

#00bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bdbc Color CSS Codes

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

#00bdbc Text Font Color

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

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


#00bdbc Background Color

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

This div background color is #00bdbc


#00bdbc Border Color

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

This div border color is #00bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bdbc


Comments

No comments written yet.

Please login to write comment.