Color Hex Logo

#3adebd Color Hex

#3ADEBD
(58,222,189)
0 Favorites   0 Comments

Color spaces of #3adebd

RGB 58222189
HSL0.470.710.55
HSV168°74°87°
CMYK 0.740.000.15   0.13
XYZ37.051556.816257.1579
Yxy56.81620.24530.3762
Hunter Lab75.3765-44.16687.8040
CIE-Lab80.0761-48.86934.3109

#3adebd color RGB value is (58,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011110 10111101
Octal 72 336 275
Decimal 58 222 189
Hex 3A DE BD

RGB Percentages of Color #3adebd

%12.37
%47.33
%40.30

CMYK Percentages of Color #3adebd

%74
%0
%15
%13

Triadic Colors of #3adebd

#3adebd #bd3ade #debd3a

Analogous Colors of #3adebd

#3adebd #3aadde #3ade6b

Monochromatic Colors of #3adebd

#3adebd

Complementary Color

#3adebd #de3a5b

#3adebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adebd Color CSS Codes

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

#3adebd Text Font Color

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

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


#3adebd Background Color

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

This div background color is #3adebd


#3adebd Border Color

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

This div border color is #3adebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adebd


Comments

No comments written yet.

Please login to write comment.