Color Hex Logo

#00ccbd Color Hex

#00CCBD
(0,204,189)
0 Favorites   0 Comments

Color spaces of #00ccbd

RGB 0204189
HSL0.491.000.40
HSV176°100°80°
CMYK 1.000.000.07   0.20
XYZ30.778246.859955.5668
Yxy46.85990.23110.3518
Hunter Lab68.4543-39.5384-0.2098
CIE-Lab74.1001-45.0114-4.4814

#00ccbd color RGB value is (0,204,189).

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

The process color (four color CMYK) of #00ccbd color hex is 1.00, 0.00, 0.07, 0.20. Web safe color of #00ccbd is #00cccc. Color #00ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001100 10111101
Octal 0 314 275
Decimal 0 204 189
Hex 0 CC BD

RGB Percentages of Color #00ccbd

%0.00
%51.91
%48.09

CMYK Percentages of Color #00ccbd

%100
%0
%7
%20

Triadic Colors of #00ccbd

#00ccbd #bd00cc #ccbd00

Analogous Colors of #00ccbd

#00ccbd #0075cc #00cc57

Monochromatic Colors of #00ccbd

#00ccbd

Complementary Color

#00ccbd #cc000f

#00ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ccbd Color CSS Codes

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

#00ccbd Text Font Color

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

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


#00ccbd Background Color

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

This div background color is #00ccbd


#00ccbd Border Color

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

This div border color is #00ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ccbd


Comments

No comments written yet.

Please login to write comment.