Color Hex Logo

#3adfbd Color Hex

#3ADFBD
(58,223,189)
0 Favorites   0 Comments

Color spaces of #3adfbd

RGB 58223189
HSL0.470.720.55
HSV168°74°87°
CMYK 0.740.000.15   0.13
XYZ37.317957.349057.2467
Yxy57.34900.24570.3775
Hunter Lab75.7291-44.56458.1907
CIE-Lab80.3755-49.28644.7436

#3adfbd color RGB value is (58,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011111 10111101
Octal 72 337 275
Decimal 58 223 189
Hex 3A DF BD

RGB Percentages of Color #3adfbd

%12.34
%47.45
%40.21

CMYK Percentages of Color #3adfbd

%74
%0
%15
%13

Triadic Colors of #3adfbd

#3adfbd #bd3adf #dfbd3a

Analogous Colors of #3adfbd

#3adfbd #3aafdf #3adf6b

Monochromatic Colors of #3adfbd

#3adfbd

Complementary Color

#3adfbd #df3a5c

#3adfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adfbd Color CSS Codes

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

#3adfbd Text Font Color

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

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


#3adfbd Background Color

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

This div background color is #3adfbd


#3adfbd Border Color

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

This div border color is #3adfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adfbd


Comments

No comments written yet.

Please login to write comment.