Color Hex Logo

#3adf94 Color Hex

#3ADF94
(58,223,148)
0 Favorites   0 Comments

Color spaces of #3adf94

RGB 58223148
HSL0.420.720.55
HSV153°74°87°
CMYK 0.740.000.34   0.13
XYZ33.477955.813037.0255
Yxy55.81300.26500.4419
Hunter Lab74.7081-50.750522.9114
CIE-Lab79.5073-58.559325.0704

#3adf94 color RGB value is (58,223,148).

#3adf94 hex color red value is 58, green value is 223 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #3adf94 hue: 0.42 , saturation: 0.72 and the lightness value of 3adf94 is 0.55.

The process color (four color CMYK) of #3adf94 color hex is 0.74, 0.00, 0.34, 0.13. Web safe color of #3adf94 is #33cc99. Color #3adf94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 10010100
Octal 72 337 224
Decimal 58 223 148
Hex 3A DF 94

RGB Percentages of Color #3adf94

%13.52
%51.98
%34.50

CMYK Percentages of Color #3adf94

%74
%0
%34
%13

Triadic Colors of #3adf94

#3adf94 #943adf #df943a

Analogous Colors of #3adf94

#3adf94 #3ad8df #3adf42

Monochromatic Colors of #3adf94

#3adf94

Complementary Color

#3adf94 #df3a85

#3adf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adf94 Color CSS Codes

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

#3adf94 Text Font Color

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

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


#3adf94 Background Color

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

This div background color is #3adf94


#3adf94 Border Color

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

This div border color is #3adf94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,223,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3adf94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3adf94;
  -webkit-box-shadow: 1px 1px 3px 2px #3adf94;
  box-shadow:         1px 1px 3px 2px #3adf94; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,223,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adf94


Comments

No comments written yet.

Please login to write comment.