Color Hex Logo

#3edfba Color Hex

#3EDFBA
(62,223,186)
0 Favorites   0 Comments

Color spaces of #3edfba

RGB 62223186
HSL0.460.720.56
HSV166°72°87°
CMYK 0.720.000.17   0.13
XYZ37.237257.344755.5604
Yxy57.34470.24800.3819
Hunter Lab75.7263-44.74649.5073
CIE-Lab80.3731-49.54016.3403

#3edfba color RGB value is (62,223,186).

#3edfba hex color red value is 62, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3edfba hue: 0.46 , saturation: 0.72 and the lightness value of 3edfba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011111 10111010
Octal 76 337 272
Decimal 62 223 186
Hex 3E DF BA

RGB Percentages of Color #3edfba

%13.16
%47.35
%39.49

CMYK Percentages of Color #3edfba

%72
%0
%17
%13

Triadic Colors of #3edfba

#3edfba #ba3edf #dfba3e

Analogous Colors of #3edfba

#3edfba #3eb4df #3edf6a

Monochromatic Colors of #3edfba

#3edfba

Complementary Color

#3edfba #df3e63

#3edfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edfba Color CSS Codes

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

#3edfba Text Font Color

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

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


#3edfba Background Color

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

This div background color is #3edfba


#3edfba Border Color

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

This div border color is #3edfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edfba


Comments

No comments written yet.

Please login to write comment.