Color Hex Logo

#3adfbe Color Hex

#3ADFBE
(58,223,190)
0 Favorites   0 Comments

Color spaces of #3adfbe

RGB 58223190
HSL0.470.720.55
HSV168°74°87°
CMYK 0.740.000.15   0.13
XYZ37.426957.392657.8205
Yxy57.39260.24520.3760
Hunter Lab75.7579-44.39157.7788
CIE-Lab80.3999-49.03554.2482

#3adfbe color RGB value is (58,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 10111110
Octal 72 337 276
Decimal 58 223 190
Hex 3A DF BE

RGB Percentages of Color #3adfbe

%12.31
%47.35
%40.34

CMYK Percentages of Color #3adfbe

%74
%0
%15
%13

Triadic Colors of #3adfbe

#3adfbe #be3adf #dfbe3a

Analogous Colors of #3adfbe

#3adfbe #3aaedf #3adf6c

Monochromatic Colors of #3adfbe

#3adfbe

Complementary Color

#3adfbe #df3a5b

#3adfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adfbe Color CSS Codes

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

#3adfbe Text Font Color

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

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


#3adfbe Background Color

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

This div background color is #3adfbe


#3adfbe Border Color

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

This div border color is #3adfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adfbe


Comments

No comments written yet.

Please login to write comment.