Color Hex Logo

#03fcb5 Color Hex

#03FCB5
(3,252,181)
0 Favorites   0 Comments

Color spaces of #03fcb5

RGB 3252181
HSL0.450.980.50
HSV163°99°99°
CMYK 0.990.000.28   0.01
XYZ43.188472.976455.5256
Yxy72.97640.25150.4250
Hunter Lab85.4262-59.252821.2609
CIE-Lab88.4365-65.760520.2760

#03fcb5 color RGB value is (3,252,181).

#03fcb5 hex color red value is 3, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #03fcb5 hue: 0.45 , saturation: 0.98 and the lightness value of 03fcb5 is 0.50.

The process color (four color CMYK) of #03fcb5 color hex is 0.99, 0.00, 0.28, 0.01. Web safe color of #03fcb5 is #00ffcc. Color #03fcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11111100 10110101
Octal 3 374 265
Decimal 3 252 181
Hex 3 FC B5

RGB Percentages of Color #03fcb5

%0.69
%57.80
%41.51

CMYK Percentages of Color #03fcb5

%99
%0
%28
%1

Triadic Colors of #03fcb5

#03fcb5 #b503fc #fcb503

Analogous Colors of #03fcb5

#03fcb5 #03c7fc #03fc38

Monochromatic Colors of #03fcb5

#03fcb5

Complementary Color

#03fcb5 #fc034a

#03fcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03fcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03fcb5 Color CSS Codes

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

#03fcb5 Text Font Color

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

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


#03fcb5 Background Color

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

This div background color is #03fcb5


#03fcb5 Border Color

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

This div border color is #03fcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03fcb5


Comments

No comments written yet.

Please login to write comment.