Color Hex Logo

#00cabb Color Hex

#00CABB
(0,202,187)
0 Favorites   0 Comments

Color spaces of #00cabb

RGB 0202187
HSL0.491.000.40
HSV176°100°79°
CMYK 1.000.000.07   0.21
XYZ30.090245.828954.2737
Yxy45.82890.23110.3520
Hunter Lab67.6970-39.1296-0.1457
CIE-Lab73.4344-44.7197-4.3797

#00cabb color RGB value is (0,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001010 10111011
Octal 0 312 273
Decimal 0 202 187
Hex 0 CA BB

RGB Percentages of Color #00cabb

%0.00
%51.93
%48.07

CMYK Percentages of Color #00cabb

%100
%0
%7
%21

Triadic Colors of #00cabb

#00cabb #bb00ca #cabb00

Analogous Colors of #00cabb

#00cabb #0074ca #00ca56

Monochromatic Colors of #00cabb

#00cabb

Complementary Color

#00cabb #ca000f

#00cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cabb Color CSS Codes

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

#00cabb Text Font Color

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

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


#00cabb Background Color

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

This div background color is #00cabb


#00cabb Border Color

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

This div border color is #00cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cabb


Comments

No comments written yet.

Please login to write comment.