Color Hex Logo

#3adfb6 Color Hex

#3ADFB6
(58,223,182)
0 Favorites   0 Comments

Color spaces of #3adfb6

RGB 58223182
HSL0.460.720.55
HSV165°74°87°
CMYK 0.740.000.18   0.13
XYZ36.576157.052353.3404
Yxy57.05230.24890.3882
Hunter Lab75.5330-45.745811.0033
CIE-Lab80.2090-51.01108.2150

#3adfb6 color RGB value is (58,223,182).

#3adfb6 hex color red value is 58, green value is 223 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #3adfb6 hue: 0.46 , saturation: 0.72 and the lightness value of 3adfb6 is 0.55.

The process color (four color CMYK) of #3adfb6 color hex is 0.74, 0.00, 0.18, 0.13. Web safe color of #3adfb6 is #33cccc. Color #3adfb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 10110110
Octal 72 337 266
Decimal 58 223 182
Hex 3A DF B6

RGB Percentages of Color #3adfb6

%12.53
%48.16
%39.31

CMYK Percentages of Color #3adfb6

%74
%0
%18
%13

Triadic Colors of #3adfb6

#3adfb6 #b63adf #dfb63a

Analogous Colors of #3adfb6

#3adfb6 #3ab6df #3adf64

Monochromatic Colors of #3adfb6

#3adfb6

Complementary Color

#3adfb6 #df3a63

#3adfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adfb6 Color CSS Codes

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

#3adfb6 Text Font Color

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

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


#3adfb6 Background Color

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

This div background color is #3adfb6


#3adfb6 Border Color

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

This div border color is #3adfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adfb6


Comments

No comments written yet.

Please login to write comment.