Color Hex Logo

#3feda4 Color Hex

#3FEDA4
(63,237,164)
0 Favorites   0 Comments

Color spaces of #3feda4

RGB 63237164
HSL0.430.830.59
HSV155°73°93°
CMYK 0.730.000.31   0.07
XYZ39.034964.305545.4768
Yxy64.30550.26230.4321
Hunter Lab80.1907-53.444322.5097
CIE-Lab84.1246-59.915123.1290

#3feda4 color RGB value is (63,237,164).

#3feda4 hex color red value is 63, green value is 237 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #3feda4 hue: 0.43 , saturation: 0.83 and the lightness value of 3feda4 is 0.59.

The process color (four color CMYK) of #3feda4 color hex is 0.73, 0.00, 0.31, 0.07. Web safe color of #3feda4 is #33ff99. Color #3feda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 10100100
Octal 77 355 244
Decimal 63 237 164
Hex 3F ED A4

RGB Percentages of Color #3feda4

%13.58
%51.08
%35.34

CMYK Percentages of Color #3feda4

%73
%0
%31
%7

Triadic Colors of #3feda4

#3feda4 #a43fed #eda43f

Analogous Colors of #3feda4

#3feda4 #3fdfed #3fed4d

Monochromatic Colors of #3feda4

#3feda4

Complementary Color

#3feda4 #ed3f88

#3feda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3feda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3feda4 Color CSS Codes

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

#3feda4 Text Font Color

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

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


#3feda4 Background Color

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

This div background color is #3feda4


#3feda4 Border Color

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

This div border color is #3feda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3feda4


Comments

No comments written yet.

Please login to write comment.