Color Hex Logo

#3addbe Color Hex

#3ADDBE
(58,221,190)
0 Favorites   0 Comments

Color spaces of #3addbe

RGB 58221190
HSL0.470.710.55
HSV169°74°87°
CMYK 0.740.000.14   0.13
XYZ36.895656.330157.6434
Yxy56.33010.24460.3734
Hunter Lab75.0534-43.59437.0007
CIE-Lab79.8013-48.19783.3817

#3addbe color RGB value is (58,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 10111110
Octal 72 335 276
Decimal 58 221 190
Hex 3A DD BE

RGB Percentages of Color #3addbe

%12.37
%47.12
%40.51

CMYK Percentages of Color #3addbe

%74
%0
%14
%13

Triadic Colors of #3addbe

#3addbe #be3add #ddbe3a

Analogous Colors of #3addbe

#3addbe #3aabdd #3add6d

Monochromatic Colors of #3addbe

#3addbe

Complementary Color

#3addbe #dd3a59

#3addbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addbe Color CSS Codes

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

#3addbe Text Font Color

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

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


#3addbe Background Color

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

This div background color is #3addbe


#3addbe Border Color

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

This div border color is #3addbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addbe


Comments

No comments written yet.

Please login to write comment.