Color Hex Logo

#04ae6b Color Hex

#04AE6B
(4,174,107)
0 Favorites   0 Comments

Color spaces of #04ae6b

RGB 4174107
HSL0.430.960.35
HSV156°98°68°
CMYK 0.980.000.39   0.32
XYZ17.840031.359519.0226
Yxy31.35950.26150.4597
Hunter Lab55.9996-41.133819.0593
CIE-Lab62.8099-53.419524.0728

#04ae6b color RGB value is (4,174,107).

#04ae6b hex color red value is 4, green value is 174 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #04ae6b hue: 0.43 , saturation: 0.96 and the lightness value of 04ae6b is 0.35.

The process color (four color CMYK) of #04ae6b color hex is 0.98, 0.00, 0.39, 0.32. Web safe color of #04ae6b is #009966. Color #04ae6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10101110 01101011
Octal 4 256 153
Decimal 4 174 107
Hex 4 AE 6B

RGB Percentages of Color #04ae6b

%1.40
%61.05
%37.54

CMYK Percentages of Color #04ae6b

%98
%0
%39
%32

Triadic Colors of #04ae6b

#04ae6b #6b04ae #ae6b04

Analogous Colors of #04ae6b

#04ae6b #049cae #04ae16

Monochromatic Colors of #04ae6b

#04ae6b

Complementary Color

#04ae6b #ae0447

#04ae6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ae6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ae6b Color CSS Codes

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

#04ae6b Text Font Color

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

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


#04ae6b Background Color

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

This div background color is #04ae6b


#04ae6b Border Color

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

This div border color is #04ae6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ae6b


Comments

No comments written yet.

Please login to write comment.