Color Hex Logo

#3adbbf Color Hex

#3ADBBF
(58,219,191)
0 Favorites   0 Comments

Color spaces of #3adbbf

RGB 58219191
HSL0.470.690.54
HSV170°74°86°
CMYK 0.740.000.13   0.14
XYZ36.480455.324258.0461
Yxy55.32420.24340.3692
Hunter Lab74.3802-42.61865.7964
CIE-Lab79.2276-47.09842.0167

#3adbbf color RGB value is (58,219,191).

#3adbbf hex color red value is 58, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3adbbf hue: 0.47 , saturation: 0.69 and the lightness value of 3adbbf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 10111111
Octal 72 333 277
Decimal 58 219 191
Hex 3A DB BF

RGB Percentages of Color #3adbbf

%12.39
%46.79
%40.81

CMYK Percentages of Color #3adbbf

%74
%0
%13
%14

Triadic Colors of #3adbbf

#3adbbf #bf3adb #dbbf3a

Analogous Colors of #3adbbf

#3adbbf #3aa7db #3adb6f

Monochromatic Colors of #3adbbf

#3adbbf

Complementary Color

#3adbbf #db3a56

#3adbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbbf Color CSS Codes

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

#3adbbf Text Font Color

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

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


#3adbbf Background Color

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

This div background color is #3adbbf


#3adbbf Border Color

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

This div border color is #3adbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbbf


Comments

No comments written yet.

Please login to write comment.