Color Hex Logo

#3fffa5 Color Hex

#3FFFA5
(63,255,165)
0 Favorites   0 Comments

Color spaces of #3fffa5

RGB 63255165
HSL0.421.000.62
HSV152°75°100°
CMYK 0.750.000.35   0.00
XYZ44.601475.293447.7796
Yxy75.29340.26600.4490
Hunter Lab86.7718-60.100128.0931
CIE-Lab89.5302-66.327929.9672

#3fffa5 color RGB value is (63,255,165).

#3fffa5 hex color red value is 63, green value is 255 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #3fffa5 hue: 0.42 , saturation: 1.00 and the lightness value of 3fffa5 is 0.62.

The process color (four color CMYK) of #3fffa5 color hex is 0.75, 0.00, 0.35, 0.00. Web safe color of #3fffa5 is #33ff99. Color #3fffa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11111111 10100101
Octal 77 377 245
Decimal 63 255 165
Hex 3F FF A5

RGB Percentages of Color #3fffa5

%13.04
%52.80
%34.16

CMYK Percentages of Color #3fffa5

%75
%0
%35
%0

Triadic Colors of #3fffa5

#3fffa5 #a53fff #ffa53f

Analogous Colors of #3fffa5

#3fffa5 #3ff9ff #3fff45

Monochromatic Colors of #3fffa5

#3fffa5

Complementary Color

#3fffa5 #ff3f99

#3fffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fffa5 Color CSS Codes

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

#3fffa5 Text Font Color

<p style="color:#3fffa5">Text here</p>

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


#3fffa5 Background Color

<div style="background-color:#3fffa5">
Div content here</div>

This div background color is #3fffa5


#3fffa5 Border Color

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

This div border color is #3fffa5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,255,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fffa5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fffa5;
  -webkit-box-shadow: 1px 1px 3px 2px #3fffa5;
  box-shadow:         1px 1px 3px 2px #3fffa5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fffa5

Related Colors


Comments

No comments written yet.

Please login to write comment.