Color Hex Logo

#04cabb Color Hex

#04CABB
(4,202,187)
0 Favorites   0 Comments

Color spaces of #04cabb

RGB 4202187
HSL0.490.960.40
HSV175°98°79°
CMYK 0.980.000.07   0.21
XYZ30.140245.854754.2760
Yxy45.85470.23140.3520
Hunter Lab67.7161-39.0534-0.1210
CIE-Lab73.4512-44.6034-4.3530

#04cabb color RGB value is (4,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 10111011
Octal 4 312 273
Decimal 4 202 187
Hex 4 CA BB

RGB Percentages of Color #04cabb

%1.02
%51.40
%47.58

CMYK Percentages of Color #04cabb

%98
%0
%7
%21

Triadic Colors of #04cabb

#04cabb #bb04ca #cabb04

Analogous Colors of #04cabb

#04cabb #0476ca #04ca58

Monochromatic Colors of #04cabb

#04cabb

Complementary Color

#04cabb #ca0413

#04cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cabb Color CSS Codes

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

#04cabb Text Font Color

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

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


#04cabb Background Color

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

This div background color is #04cabb


#04cabb Border Color

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

This div border color is #04cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cabb


Comments

No comments written yet.

Please login to write comment.