Color Hex Logo

#3adfbb Color Hex

#3ADFBB
(58,223,187)
0 Favorites   0 Comments

Color spaces of #3adfbb

RGB 58223187
HSL0.460.720.55
HSV167°74°87°
CMYK 0.740.000.16   0.13
XYZ37.102257.262756.1110
Yxy57.26270.24660.3805
Hunter Lab75.6721-44.90739.0069
CIE-Lab80.3271-49.78475.7348

#3adfbb color RGB value is (58,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 10111011
Octal 72 337 273
Decimal 58 223 187
Hex 3A DF BB

RGB Percentages of Color #3adfbb

%12.39
%47.65
%39.96

CMYK Percentages of Color #3adfbb

%74
%0
%16
%13

Triadic Colors of #3adfbb

#3adfbb #bb3adf #dfbb3a

Analogous Colors of #3adfbb

#3adfbb #3ab1df #3adf69

Monochromatic Colors of #3adfbb

#3adfbb

Complementary Color

#3adfbb #df3a5e

#3adfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adfbb Color CSS Codes

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

#3adfbb Text Font Color

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

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


#3adfbb Background Color

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

This div background color is #3adfbb


#3adfbb Border Color

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

This div border color is #3adfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adfbb


Comments

No comments written yet.

Please login to write comment.