Color Hex Logo

#3eeebc Color Hex

#3EEEBC
(62,238,188)
0 Favorites   0 Comments

Color spaces of #3eeebc

RGB 62238188
HSL0.450.840.59
HSV163°74°93°
CMYK 0.740.000.21   0.07
XYZ41.638265.804058.0838
Yxy65.80400.25160.3975
Hunter Lab81.1197-50.336514.3306
CIE-Lab84.8963-55.156711.7552

#3eeebc color RGB value is (62,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101110 10111100
Octal 76 356 274
Decimal 62 238 188
Hex 3E EE BC

RGB Percentages of Color #3eeebc

%12.70
%48.77
%38.52

CMYK Percentages of Color #3eeebc

%74
%0
%21
%7

Triadic Colors of #3eeebc

#3eeebc #bc3eee #eebc3e

Analogous Colors of #3eeebc

#3eeebc #3ec8ee #3eee64

Monochromatic Colors of #3eeebc

#3eeebc

Complementary Color

#3eeebc #ee3e70

#3eeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eeebc Color CSS Codes

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

#3eeebc Text Font Color

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

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


#3eeebc Background Color

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

This div background color is #3eeebc


#3eeebc Border Color

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

This div border color is #3eeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eeebc


Comments

No comments written yet.

Please login to write comment.