Color Hex Logo

#3adcbb Color Hex

#3ADCBB
(58,220,187)
0 Favorites   0 Comments

Color spaces of #3adcbb

RGB 58220187
HSL0.470.700.55
HSV168°74°86°
CMYK 0.740.000.15   0.14
XYZ36.307855.673855.8462
Yxy55.67380.24560.3766
Hunter Lab74.6149-43.71757.8543
CIE-Lab79.4278-48.53524.4369

#3adcbb color RGB value is (58,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 10111011
Octal 72 334 273
Decimal 58 220 187
Hex 3A DC BB

RGB Percentages of Color #3adcbb

%12.47
%47.31
%40.22

CMYK Percentages of Color #3adcbb

%74
%0
%15
%14

Triadic Colors of #3adcbb

#3adcbb #bb3adc #dcbb3a

Analogous Colors of #3adcbb

#3adcbb #3aacdc #3adc6a

Monochromatic Colors of #3adcbb

#3adcbb

Complementary Color

#3adcbb #dc3a5b

#3adcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adcbb Color CSS Codes

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

#3adcbb Text Font Color

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

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


#3adcbb Background Color

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

This div background color is #3adcbb


#3adcbb Border Color

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

This div border color is #3adcbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,220,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 #3adcbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adcbb


Comments

No comments written yet.

Please login to write comment.