Color Hex Logo

#04a27d Color Hex

#04A27D
(4,162,125)
0 Favorites   0 Comments

Color spaces of #04a27d

RGB 4162125
HSL0.460.950.33
HSV166°98°64°
CMYK 0.980.000.23   0.36
XYZ16.672127.347123.8019
Yxy27.34710.24580.4032
Hunter Lab52.2945-34.60749.6202
CIE-Lab59.2942-44.65429.3380

#04a27d color RGB value is (4,162,125).

#04a27d hex color red value is 4, green value is 162 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #04a27d hue: 0.46 , saturation: 0.95 and the lightness value of 04a27d is 0.33.

The process color (four color CMYK) of #04a27d color hex is 0.98, 0.00, 0.23, 0.36. Web safe color of #04a27d is #009966. Color #04a27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10100010 01111101
Octal 4 242 175
Decimal 4 162 125
Hex 4 A2 7D

RGB Percentages of Color #04a27d

%1.37
%55.67
%42.96

CMYK Percentages of Color #04a27d

%98
%0
%23
%36

Triadic Colors of #04a27d

#04a27d #7d04a2 #a27d04

Analogous Colors of #04a27d

#04a27d #0478a2 #04a22e

Monochromatic Colors of #04a27d

#04a27d

Complementary Color

#04a27d #a20429

#04a27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04a27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04a27d Color CSS Codes

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

#04a27d Text Font Color

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

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


#04a27d Background Color

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

This div background color is #04a27d


#04a27d Border Color

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

This div border color is #04a27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04a27d


Comments

No comments written yet.

Please login to write comment.