Color Hex Logo

#3edaba Color Hex

#3EDABA
(62,218,186)
0 Favorites   0 Comments

Color spaces of #3edaba

RGB 62218186
HSL0.470.680.55
HSV168°72°85°
CMYK 0.720.000.15   0.15
XYZ35.920954.712155.1216
Yxy54.71210.24640.3754
Hunter Lab73.9676-42.75847.5937
CIE-Lab78.8751-47.44634.1795

#3edaba color RGB value is (62,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10111010
Octal 76 332 272
Decimal 62 218 186
Hex 3E DA BA

RGB Percentages of Color #3edaba

%13.30
%46.78
%39.91

CMYK Percentages of Color #3edaba

%72
%0
%15
%15

Triadic Colors of #3edaba

#3edaba #ba3eda #daba3e

Analogous Colors of #3edaba

#3edaba #3eacda #3eda6c

Monochromatic Colors of #3edaba

#3edaba

Complementary Color

#3edaba #da3e5e

#3edaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaba Color CSS Codes

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

#3edaba Text Font Color

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

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


#3edaba Background Color

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

This div background color is #3edaba


#3edaba Border Color

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

This div border color is #3edaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaba


Comments

No comments written yet.

Please login to write comment.