Color Hex Logo

#04cabd Color Hex

#04CABD
(4,202,189)
0 Favorites   0 Comments

Color spaces of #04cabd

RGB 4202189
HSL0.490.960.40
HSV176°98°79°
CMYK 0.980.000.06   0.21
XYZ30.355945.941055.4117
Yxy45.94100.23050.3488
Hunter Lab67.7798-38.6715-1.0252
CIE-Lab73.5072-44.0337-5.3547

#04cabd color RGB value is (4,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 10111101
Octal 4 312 275
Decimal 4 202 189
Hex 4 CA BD

RGB Percentages of Color #04cabd

%1.01
%51.14
%47.85

CMYK Percentages of Color #04cabd

%98
%0
%6
%21

Triadic Colors of #04cabd

#04cabd #bd04ca #cabd04

Analogous Colors of #04cabd

#04cabd #0474ca #04ca5a

Monochromatic Colors of #04cabd

#04cabd

Complementary Color

#04cabd #ca0411

#04cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04cabd Color CSS Codes

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

#04cabd Text Font Color

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

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


#04cabd Background Color

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

This div background color is #04cabd


#04cabd Border Color

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

This div border color is #04cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04cabd


Comments

No comments written yet.

Please login to write comment.