Color Hex Logo

#3bae7e Color Hex

#3BAE7E
(59,174,126)
0 Favorites   0 Comments

Color spaces of #3bae7e

RGB 59174126
HSL0.430.490.46
HSV155°66°68°
CMYK 0.660.000.28   0.32
XYZ20.705632.708324.9607
Yxy32.70830.26420.4173
Hunter Lab57.1912-35.460114.1571
CIE-Lab63.9240-43.647915.3960

#3bae7e color RGB value is (59,174,126).

#3bae7e hex color red value is 59, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3bae7e hue: 0.43 , saturation: 0.49 and the lightness value of 3bae7e is 0.46.

The process color (four color CMYK) of #3bae7e color hex is 0.66, 0.00, 0.28, 0.32. Web safe color of #3bae7e is #339966. Color #3bae7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 01111110
Octal 73 256 176
Decimal 59 174 126
Hex 3B AE 7E

RGB Percentages of Color #3bae7e

%16.43
%48.47
%35.10

CMYK Percentages of Color #3bae7e

%66
%0
%28
%32

Triadic Colors of #3bae7e

#3bae7e #7e3bae #ae7e3b

Analogous Colors of #3bae7e

#3bae7e #3ba5ae #3bae45

Monochromatic Colors of #3bae7e

#3bae7e

Complementary Color

#3bae7e #ae3b6b

#3bae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bae7e Color CSS Codes

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

#3bae7e Text Font Color

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

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


#3bae7e Background Color

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

This div background color is #3bae7e


#3bae7e Border Color

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

This div border color is #3bae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bae7e


Comments

No comments written yet.

Please login to write comment.