Color Hex Logo

#3aaf93 Color Hex

#3AAF93
(58,175,147)
0 Favorites   0 Comments

Color spaces of #3aaf93

RGB 58175147
HSL0.460.500.46
HSV166°67°69°
CMYK 0.670.000.16   0.31
XYZ22.341433.666132.9245
Yxy33.66610.25120.3786
Hunter Lab58.0225-32.80846.9720
CIE-Lab64.6967-39.25554.8918

#3aaf93 color RGB value is (58,175,147).

#3aaf93 hex color red value is 58, green value is 175 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #3aaf93 hue: 0.46 , saturation: 0.50 and the lightness value of 3aaf93 is 0.46.

The process color (four color CMYK) of #3aaf93 color hex is 0.67, 0.00, 0.16, 0.31. Web safe color of #3aaf93 is #339999. Color #3aaf93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 10010011
Octal 72 257 223
Decimal 58 175 147
Hex 3A AF 93

RGB Percentages of Color #3aaf93

%15.26
%46.05
%38.68

CMYK Percentages of Color #3aaf93

%67
%0
%16
%31

Triadic Colors of #3aaf93

#3aaf93 #933aaf #af933a

Analogous Colors of #3aaf93

#3aaf93 #3a91af #3aaf59

Monochromatic Colors of #3aaf93

#3aaf93

Complementary Color

#3aaf93 #af3a56

#3aaf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaf93 Color CSS Codes

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

#3aaf93 Text Font Color

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

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


#3aaf93 Background Color

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

This div background color is #3aaf93


#3aaf93 Border Color

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

This div border color is #3aaf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaf93


Comments

No comments written yet.

Please login to write comment.