Color Hex Logo

#03e08c Color Hex

#03E08C
(3,224,140)
0 Favorites   0 Comments

Color spaces of #03e08c

RGB 3224140
HSL0.440.970.45
HSV157°99°88°
CMYK 0.990.000.38   0.12
XYZ31.426855.224133.8139
Yxy55.22410.26090.4584
Hunter Lab74.3129-54.560325.0409
CIE-Lab79.1702-64.470228.6481

#03e08c color RGB value is (3,224,140).

#03e08c hex color red value is 3, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #03e08c hue: 0.44 , saturation: 0.97 and the lightness value of 03e08c is 0.45.

The process color (four color CMYK) of #03e08c color hex is 0.99, 0.00, 0.38, 0.12. Web safe color of #03e08c is #00cc99. Color #03e08c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11100000 10001100
Octal 3 340 214
Decimal 3 224 140
Hex 3 E0 8C

RGB Percentages of Color #03e08c

%0.82
%61.04
%38.15

CMYK Percentages of Color #03e08c

%99
%0
%38
%12

Triadic Colors of #03e08c

#03e08c #8c03e0 #e08c03

Analogous Colors of #03e08c

#03e08c #03c6e0 #03e01d

Monochromatic Colors of #03e08c

#03e08c

Complementary Color

#03e08c #e00357

#03e08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03e08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#03e08c Color CSS Codes

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

#03e08c Text Font Color

<p style="color:#03e08c">Text here</p>

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


#03e08c Background Color

<div style="background-color:#03e08c">
Div content here</div>

This div background color is #03e08c


#03e08c Border Color

<div style="border:3px solid #03e08c">
Div here</div>

This div border color is #03e08c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,224,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03e08c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03e08c;
  -webkit-box-shadow: 1px 1px 3px 2px #03e08c;
  box-shadow:         1px 1px 3px 2px #03e08c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03e08c


Comments

No comments written yet.

Please login to write comment.