Color Hex Logo

#03c375 Color Hex

#03C375
(3,195,117)
0 Favorites   0 Comments

Color spaces of #03c375

RGB 3195117
HSL0.430.970.39
HSV156°98°76°
CMYK 0.980.000.40   0.24
XYZ22.763540.333923.4151
Yxy40.33390.26310.4662
Hunter Lab63.5090-47.161022.5967
CIE-Lab69.7067-58.919227.9467

#03c375 color RGB value is (3,195,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11000011 01110101
Octal 3 303 165
Decimal 3 195 117
Hex 3 C3 75

RGB Percentages of Color #03c375

%0.95
%61.90
%37.14

CMYK Percentages of Color #03c375

%98
%0
%40
%24

Triadic Colors of #03c375

#03c375 #7503c3 #c37503

Analogous Colors of #03c375

#03c375 #03b1c3 #03c315

Monochromatic Colors of #03c375

#03c375

Complementary Color

#03c375 #c30351

#03c375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03c375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03c375 Color CSS Codes

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

#03c375 Text Font Color

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

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


#03c375 Background Color

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

This div background color is #03c375


#03c375 Border Color

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

This div border color is #03c375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03c375


Comments

No comments written yet.

Please login to write comment.