Color Hex Logo

#01caba Color Hex

#01CABA
(1,202,186)
0 Favorites   0 Comments

Color spaces of #01caba

RGB 1202186
HSL0.490.990.40
HSV175°100°79°
CMYK 1.000.000.08   0.21
XYZ29.996045.792753.7123
Yxy45.79270.23160.3536
Hunter Lab67.6703-39.29990.3087
CIE-Lab73.4108-44.9741-3.8716

#01caba color RGB value is (1,202,186).

#01caba hex color red value is 1, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #01caba hue: 0.49 , saturation: 0.99 and the lightness value of 01caba is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001010 10111010
Octal 1 312 272
Decimal 1 202 186
Hex 1 CA BA

RGB Percentages of Color #01caba

%0.26
%51.93
%47.81

CMYK Percentages of Color #01caba

%100
%0
%8
%21

Triadic Colors of #01caba

#01caba #ba01ca #caba01

Analogous Colors of #01caba

#01caba #0176ca #01ca55

Monochromatic Colors of #01caba

#01caba

Complementary Color

#01caba #ca0111

#01caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#01caba Color CSS Codes

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

#01caba Text Font Color

<p style="color:#01caba">Text here</p>

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


#01caba Background Color

<div style="background-color:#01caba">
Div content here</div>

This div background color is #01caba


#01caba Border Color

<div style="border:3px solid #01caba">
Div here</div>

This div border color is #01caba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,202,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01caba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01caba;
  -webkit-box-shadow: 1px 1px 3px 2px #01caba;
  box-shadow:         1px 1px 3px 2px #01caba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,202,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01caba


Comments

No comments written yet.

Please login to write comment.