Color Hex Logo

#3afd7b Color Hex

#3AFD7B
(58,253,123)
0 Favorites   0 Comments

Color spaces of #3afd7b

RGB 58253123
HSL0.390.980.61
HSV140°77°99°
CMYK 0.770.000.51   0.01
XYZ40.445472.580230.6166
Yxy72.58020.28160.5053
Hunter Lab85.1940-64.347638.3285
CIE-Lab88.2471-73.261048.7090

#3afd7b color RGB value is (58,253,123).

#3afd7b hex color red value is 58, green value is 253 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #3afd7b hue: 0.39 , saturation: 0.98 and the lightness value of 3afd7b is 0.61.

The process color (four color CMYK) of #3afd7b color hex is 0.77, 0.00, 0.51, 0.01. Web safe color of #3afd7b is #33ff66. Color #3afd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 01111011
Octal 72 375 173
Decimal 58 253 123
Hex 3A FD 7B

RGB Percentages of Color #3afd7b

%13.36
%58.29
%28.34

CMYK Percentages of Color #3afd7b

%77
%0
%51
%1

Triadic Colors of #3afd7b

#3afd7b #7b3afd #fd7b3a

Analogous Colors of #3afd7b

#3afd7b #3afddd #5afd3a

Monochromatic Colors of #3afd7b

#3afd7b

Complementary Color

#3afd7b #fd3abc

#3afd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afd7b Color CSS Codes

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

#3afd7b Text Font Color

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

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


#3afd7b Background Color

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

This div background color is #3afd7b


#3afd7b Border Color

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

This div border color is #3afd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afd7b


Comments

No comments written yet.

Please login to write comment.