Color Hex Logo

#3edabb Color Hex

#3EDABB
(62,218,187)
0 Favorites   0 Comments

Color spaces of #3edabb

RGB 62218187
HSL0.470.680.55
HSV168°72°85°
CMYK 0.720.000.14   0.15
XYZ36.027754.754855.6836
Yxy54.75480.24600.3738
Hunter Lab73.9965-42.58517.1808
CIE-Lab78.8998-47.19473.6821

#3edabb color RGB value is (62,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10111011
Octal 76 332 273
Decimal 62 218 187
Hex 3E DA BB

RGB Percentages of Color #3edabb

%13.28
%46.68
%40.04

CMYK Percentages of Color #3edabb

%72
%0
%14
%15

Triadic Colors of #3edabb

#3edabb #bb3eda #dabb3e

Analogous Colors of #3edabb

#3edabb #3eabda #3eda6d

Monochromatic Colors of #3edabb

#3edabb

Complementary Color

#3edabb #da3e5d

#3edabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edabb Color CSS Codes

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

#3edabb Text Font Color

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

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


#3edabb Background Color

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

This div background color is #3edabb


#3edabb Border Color

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

This div border color is #3edabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edabb


Comments

No comments written yet.

Please login to write comment.