Color Hex Logo

#04ca93 Color Hex

#04CA93
(4,202,147)
0 Favorites   0 Comments

Color spaces of #04ca93

RGB 4202147
HSL0.450.960.40
HSV163°98°79°
CMYK 0.980.000.27   0.21
XYZ26.437144.373534.7753
Yxy44.37350.25040.4203
Hunter Lab66.6134-45.731615.6773
CIE-Lab72.4774-54.984615.8373

#04ca93 color RGB value is (4,202,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11001010 10010011
Octal 4 312 223
Decimal 4 202 147
Hex 4 CA 93

RGB Percentages of Color #04ca93

%1.13
%57.22
%41.64

CMYK Percentages of Color #04ca93

%98
%0
%27
%21

Triadic Colors of #04ca93

#04ca93 #9304ca #ca9304

Analogous Colors of #04ca93

#04ca93 #049eca #04ca30

Monochromatic Colors of #04ca93

#04ca93

Complementary Color

#04ca93 #ca043b

#04ca93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ca93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ca93 Color CSS Codes

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

#04ca93 Text Font Color

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

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


#04ca93 Background Color

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

This div background color is #04ca93


#04ca93 Border Color

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

This div border color is #04ca93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ca93


Comments

No comments written yet.

Please login to write comment.