Color Hex Logo

#00cbaf Color Hex

#00CBAF
(0,203,175)
0 Favorites   0 Comments

Color spaces of #00cbaf

RGB 0203175
HSL0.481.000.40
HSV172°100°80°
CMYK 1.000.000.14   0.20
XYZ29.093845.807047.8657
Yxy45.80700.23700.3731
Hunter Lab67.6809-41.71025.4452
CIE-Lab73.4201-48.46202.0999

#00cbaf color RGB value is (0,203,175).

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

The process color (four color CMYK) of #00cbaf color hex is 1.00, 0.00, 0.14, 0.20. Web safe color of #00cbaf is #00cc99. Color #00cbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001011 10101111
Octal 0 313 257
Decimal 0 203 175
Hex 0 CB AF

RGB Percentages of Color #00cbaf

%0.00
%53.70
%46.30

CMYK Percentages of Color #00cbaf

%100
%0
%14
%20

Triadic Colors of #00cbaf

#00cbaf #af00cb #cbaf00

Analogous Colors of #00cbaf

#00cbaf #0082cb #00cb4a

Monochromatic Colors of #00cbaf

#00cbaf

Complementary Color

#00cbaf #cb001c

#00cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cbaf Color CSS Codes

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

#00cbaf Text Font Color

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

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


#00cbaf Background Color

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

This div background color is #00cbaf


#00cbaf Border Color

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

This div border color is #00cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cbaf


Comments

No comments written yet.

Please login to write comment.