Color Hex Logo

#3fbeae Color Hex

#3FBEAE
(63,190,174)
0 Favorites   0 Comments

Color spaces of #3fbeae

RGB 63190174
HSL0.480.500.50
HSV172°67°75°
CMYK 0.670.000.08   0.25
XYZ28.103340.939746.4653
Yxy40.93970.24330.3544
Hunter Lab63.9841-33.57101.7325
CIE-Lab70.1337-38.1645-2.0687

#3fbeae color RGB value is (63,190,174).

#3fbeae hex color red value is 63, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3fbeae hue: 0.48 , saturation: 0.50 and the lightness value of 3fbeae is 0.50.

The process color (four color CMYK) of #3fbeae color hex is 0.67, 0.00, 0.08, 0.25. Web safe color of #3fbeae is #33cc99. Color #3fbeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 10101110
Octal 77 276 256
Decimal 63 190 174
Hex 3F BE AE

RGB Percentages of Color #3fbeae

%14.75
%44.50
%40.75

CMYK Percentages of Color #3fbeae

%67
%0
%8
%25

Triadic Colors of #3fbeae

#3fbeae #ae3fbe #beae3f

Analogous Colors of #3fbeae

#3fbeae #3f8fbe #3fbe6f

Monochromatic Colors of #3fbeae

#3fbeae

Complementary Color

#3fbeae #be3f4f

#3fbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbeae Color CSS Codes

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

#3fbeae Text Font Color

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

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


#3fbeae Background Color

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

This div background color is #3fbeae


#3fbeae Border Color

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

This div border color is #3fbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbeae


Comments

No comments written yet.

Please login to write comment.