Color Hex Logo

#04cabe Color Hex

#04CABE
(4,202,190)
0 Favorites   0 Comments

Color spaces of #04cabe

RGB 4202190
HSL0.490.960.40
HSV176°98°79°
CMYK 0.980.000.06   0.21
XYZ30.464945.984655.9854
Yxy45.98460.23000.3472
Hunter Lab67.8119-38.4788-1.4813
CIE-Lab73.5355-43.7471-5.8551

#04cabe color RGB value is (4,202,190).

#04cabe hex color red value is 4, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #04cabe hue: 0.49 , saturation: 0.96 and the lightness value of 04cabe is 0.40.

The process color (four color CMYK) of #04cabe color hex is 0.98, 0.00, 0.06, 0.21. Web safe color of #04cabe is #00cccc. Color #04cabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 10111110
Octal 4 312 276
Decimal 4 202 190
Hex 4 CA BE

RGB Percentages of Color #04cabe

%1.01
%51.01
%47.98

CMYK Percentages of Color #04cabe

%98
%0
%6
%21

Triadic Colors of #04cabe

#04cabe #be04ca #cabe04

Analogous Colors of #04cabe

#04cabe #0473ca #04ca5b

Monochromatic Colors of #04cabe

#04cabe

Complementary Color

#04cabe #ca0410

#04cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cabe Color CSS Codes

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

#04cabe Text Font Color

<p style="color:#04cabe">Text here</p>

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


#04cabe Background Color

<div style="background-color:#04cabe">
Div content here</div>

This div background color is #04cabe


#04cabe Border Color

<div style="border:3px solid #04cabe">
Div here</div>

This div border color is #04cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cabe


Comments

No comments written yet.

Please login to write comment.