Color Hex Logo

#03c465 Color Hex

#03C465
(3,196,101)
0 Favorites   0 Comments

Color spaces of #03c465

RGB 3196101
HSL0.420.970.39
HSV150°98°77°
CMYK 0.980.000.48   0.23
XYZ22.126440.438818.9512
Yxy40.43880.27140.4961
Hunter Lab63.5915-49.176826.8448
CIE-Lab69.7809-62.163536.2318

#03c465 color RGB value is (3,196,101).

#03c465 hex color red value is 3, green value is 196 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #03c465 hue: 0.42 , saturation: 0.97 and the lightness value of 03c465 is 0.39.

The process color (four color CMYK) of #03c465 color hex is 0.98, 0.00, 0.48, 0.23. Web safe color of #03c465 is #00cc66. Color #03c465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11000100 01100101
Octal 3 304 145
Decimal 3 196 101
Hex 3 C4 65

RGB Percentages of Color #03c465

%1.00
%65.33
%33.67

CMYK Percentages of Color #03c465

%98
%0
%48
%23

Triadic Colors of #03c465

#03c465 #6503c4 #c46503

Analogous Colors of #03c465

#03c465 #03c3c4 #03c404

Monochromatic Colors of #03c465

#03c465

Complementary Color

#03c465 #c40362

#03c465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03c465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03c465 Color CSS Codes

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

#03c465 Text Font Color

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

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


#03c465 Background Color

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

This div background color is #03c465


#03c465 Border Color

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

This div border color is #03c465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03c465


Comments

No comments written yet.

Please login to write comment.