Color Hex Logo

#3adbbd Color Hex

#3ADBBD
(58,219,189)
0 Favorites   0 Comments

Color spaces of #3adbbd

RGB 58219189
HSL0.470.690.54
HSV169°74°86°
CMYK 0.740.000.14   0.14
XYZ36.261755.236756.8947
Yxy55.23670.24440.3722
Hunter Lab74.3214-42.97166.6371
CIE-Lab79.1774-47.60953.0095

#3adbbd color RGB value is (58,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 10111101
Octal 72 333 275
Decimal 58 219 189
Hex 3A DB BD

RGB Percentages of Color #3adbbd

%12.45
%47.00
%40.56

CMYK Percentages of Color #3adbbd

%74
%0
%14
%14

Triadic Colors of #3adbbd

#3adbbd #bd3adb #dbbd3a

Analogous Colors of #3adbbd

#3adbbd #3aa9db #3adb6d

Monochromatic Colors of #3adbbd

#3adbbd

Complementary Color

#3adbbd #db3a58

#3adbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbbd Color CSS Codes

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

#3adbbd Text Font Color

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

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


#3adbbd Background Color

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

This div background color is #3adbbd


#3adbbd Border Color

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

This div border color is #3adbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbbd


Comments

No comments written yet.

Please login to write comment.