Color Hex Logo

#3eedbc Color Hex

#3EEDBC
(62,237,188)
0 Favorites   0 Comments

Color spaces of #3eedbc

RGB 62237188
HSL0.450.830.59
HSV163°74°93°
CMYK 0.740.000.21   0.07
XYZ41.347965.223357.9871
Yxy65.22330.25130.3964
Hunter Lab80.7609-49.943413.9619
CIE-Lab84.5987-54.758211.3320

#3eedbc color RGB value is (62,237,188).

#3eedbc hex color red value is 62, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3eedbc hue: 0.45 , saturation: 0.83 and the lightness value of 3eedbc is 0.59.

The process color (four color CMYK) of #3eedbc color hex is 0.74, 0.00, 0.21, 0.07. Web safe color of #3eedbc is #33ffcc. Color #3eedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101101 10111100
Octal 76 355 274
Decimal 62 237 188
Hex 3E ED BC

RGB Percentages of Color #3eedbc

%12.73
%48.67
%38.60

CMYK Percentages of Color #3eedbc

%74
%0
%21
%7

Triadic Colors of #3eedbc

#3eedbc #bc3eed #edbc3e

Analogous Colors of #3eedbc

#3eedbc #3ec7ed #3eed65

Monochromatic Colors of #3eedbc

#3eedbc

Complementary Color

#3eedbc #ed3e6f

#3eedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eedbc Color CSS Codes

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

#3eedbc Text Font Color

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

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


#3eedbc Background Color

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

This div background color is #3eedbc


#3eedbc Border Color

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

This div border color is #3eedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eedbc


Comments

No comments written yet.

Please login to write comment.