Color Hex Logo

#3afbae Color Hex

#3AFBAE
(58,251,174)
0 Favorites   0 Comments

Color spaces of #3afbae

RGB 58251174
HSL0.430.960.61
HSV156°77°98°
CMYK 0.770.000.31   0.02
XYZ43.882172.949951.8123
Yxy72.94990.26020.4326
Hunter Lab85.4107-57.759523.8207
CIE-Lab88.4238-63.658923.8986

#3afbae color RGB value is (58,251,174).

#3afbae hex color red value is 58, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3afbae hue: 0.43 , saturation: 0.96 and the lightness value of 3afbae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111011 10101110
Octal 72 373 256
Decimal 58 251 174
Hex 3A FB AE

RGB Percentages of Color #3afbae

%12.01
%51.97
%36.02

CMYK Percentages of Color #3afbae

%77
%0
%31
%2

Triadic Colors of #3afbae

#3afbae #ae3afb #fbae3a

Analogous Colors of #3afbae

#3afbae #3ae8fb #3afb4e

Monochromatic Colors of #3afbae

#3afbae

Complementary Color

#3afbae #fb3a87

#3afbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afbae Color CSS Codes

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

#3afbae Text Font Color

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

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


#3afbae Background Color

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

This div background color is #3afbae


#3afbae Border Color

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

This div border color is #3afbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,251,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 #3afbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afbae

Related Colors


Comments

No comments written yet.

Please login to write comment.