Color Hex Logo

#3eddbb Color Hex

#3EDDBB
(62,221,187)
0 Favorites   0 Comments

Color spaces of #3eddbb

RGB 62221187
HSL0.460.700.55
HSV167°72°87°
CMYK 0.720.000.15   0.13
XYZ36.812756.324955.9453
Yxy56.32490.24690.3778
Hunter Lab75.0499-43.78148.3377
CIE-Lab79.7984-48.45854.9812

#3eddbb color RGB value is (62,221,187).

#3eddbb hex color red value is 62, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3eddbb hue: 0.46 , saturation: 0.70 and the lightness value of 3eddbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011101 10111011
Octal 76 335 273
Decimal 62 221 187
Hex 3E DD BB

RGB Percentages of Color #3eddbb

%13.19
%47.02
%39.79

CMYK Percentages of Color #3eddbb

%72
%0
%15
%13

Triadic Colors of #3eddbb

#3eddbb #bb3edd #ddbb3e

Analogous Colors of #3eddbb

#3eddbb #3eb0dd #3edd6c

Monochromatic Colors of #3eddbb

#3eddbb

Complementary Color

#3eddbb #dd3e60

#3eddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eddbb Color CSS Codes

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

#3eddbb Text Font Color

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

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


#3eddbb Background Color

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

This div background color is #3eddbb


#3eddbb Border Color

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

This div border color is #3eddbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,221,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eddbb


Comments

No comments written yet.

Please login to write comment.