Color Hex Logo

#3ef5a5 Color Hex

#3EF5A5
(62,245,165)
0 Favorites   0 Comments

Color spaces of #3ef5a5

RGB 62245165
HSL0.430.900.60
HSV154°75°96°
CMYK 0.750.000.33   0.04
XYZ41.430569.045646.7408
Yxy69.04560.26350.4392
Hunter Lab83.0937-56.413924.8145
CIE-Lab86.5266-62.816325.8980

#3ef5a5 color RGB value is (62,245,165).

#3ef5a5 hex color red value is 62, green value is 245 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #3ef5a5 hue: 0.43 , saturation: 0.90 and the lightness value of 3ef5a5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11110101 10100101
Octal 76 365 245
Decimal 62 245 165
Hex 3E F5 A5

RGB Percentages of Color #3ef5a5

%13.14
%51.91
%34.96

CMYK Percentages of Color #3ef5a5

%75
%0
%33
%4

Triadic Colors of #3ef5a5

#3ef5a5 #a53ef5 #f5a53e

Analogous Colors of #3ef5a5

#3ef5a5 #3eeaf5 #3ef549

Monochromatic Colors of #3ef5a5

#3ef5a5

Complementary Color

#3ef5a5 #f53e8e

#3ef5a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ef5a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ef5a5 Color CSS Codes

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

#3ef5a5 Text Font Color

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

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


#3ef5a5 Background Color

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

This div background color is #3ef5a5


#3ef5a5 Border Color

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

This div border color is #3ef5a5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,245,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 #3ef5a5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ef5a5


Comments

No comments written yet.

Please login to write comment.