Color Hex Logo

#3fedaf Color Hex

#3FEDAF
(63,237,175)
0 Favorites   0 Comments

Color spaces of #3fedaf

RGB 63237175
HSL0.440.830.59
HSV159°73°93°
CMYK 0.730.000.26   0.07
XYZ40.071964.720350.9377
Yxy64.72030.25730.4156
Hunter Lab80.4489-51.874118.7737
CIE-Lab84.3394-57.578617.7401

#3fedaf color RGB value is (63,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 10101111
Octal 77 355 257
Decimal 63 237 175
Hex 3F ED AF

RGB Percentages of Color #3fedaf

%13.26
%49.89
%36.84

CMYK Percentages of Color #3fedaf

%73
%0
%26
%7

Triadic Colors of #3fedaf

#3fedaf #af3fed #edaf3f

Analogous Colors of #3fedaf

#3fedaf #3fd4ed #3fed58

Monochromatic Colors of #3fedaf

#3fedaf

Complementary Color

#3fedaf #ed3f7d

#3fedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fedaf Color CSS Codes

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

#3fedaf Text Font Color

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

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


#3fedaf Background Color

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

This div background color is #3fedaf


#3fedaf Border Color

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

This div border color is #3fedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fedaf


Comments

No comments written yet.

Please login to write comment.