Color Hex Logo

#3adcbe Color Hex

#3ADCBE
(58,220,190)
0 Favorites   0 Comments

Color spaces of #3adcbe

RGB 58220190
HSL0.470.700.55
HSV169°74°86°
CMYK 0.740.000.14   0.14
XYZ36.632455.803657.5557
Yxy55.80360.24420.3720
Hunter Lab74.7018-43.19506.6099
CIE-Lab79.5019-47.77672.9475

#3adcbe color RGB value is (58,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 10111110
Octal 72 334 276
Decimal 58 220 190
Hex 3A DC BE

RGB Percentages of Color #3adcbe

%12.39
%47.01
%40.60

CMYK Percentages of Color #3adcbe

%74
%0
%14
%14

Triadic Colors of #3adcbe

#3adcbe #be3adc #dcbe3a

Analogous Colors of #3adcbe

#3adcbe #3aa9dc #3adc6d

Monochromatic Colors of #3adcbe

#3adcbe

Complementary Color

#3adcbe #dc3a58

#3adcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adcbe Color CSS Codes

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

#3adcbe Text Font Color

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

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


#3adcbe Background Color

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

This div background color is #3adcbe


#3adcbe Border Color

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

This div border color is #3adcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adcbe


Comments

No comments written yet.

Please login to write comment.