Color Hex Logo

#3fedbc Color Hex

#3FEDBC
(63,237,188)
0 Favorites   0 Comments

Color spaces of #3fedbc

RGB 63237188
HSL0.450.830.59
HSV163°73°93°
CMYK 0.730.000.21   0.07
XYZ41.411265.256057.9900
Yxy65.25600.25150.3963
Hunter Lab80.7812-49.861913.9846
CIE-Lab84.6155-54.637411.3583

#3fedbc color RGB value is (63,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101101 10111100
Octal 77 355 274
Decimal 63 237 188
Hex 3F ED BC

RGB Percentages of Color #3fedbc

%12.91
%48.57
%38.52

CMYK Percentages of Color #3fedbc

%73
%0
%21
%7

Triadic Colors of #3fedbc

#3fedbc #bc3fed #edbc3f

Analogous Colors of #3fedbc

#3fedbc #3fc7ed #3fed65

Monochromatic Colors of #3fedbc

#3fedbc

Complementary Color

#3fedbc #ed3f70

#3fedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fedbc Color CSS Codes

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

#3fedbc Text Font Color

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

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


#3fedbc Background Color

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

This div background color is #3fedbc


#3fedbc Border Color

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

This div border color is #3fedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fedbc


Comments

No comments written yet.

Please login to write comment.