Color Hex Logo

#3efebd Color Hex

#3EFEBD
(62,254,189)
0 Favorites   0 Comments

Color spaces of #3efebd

RGB 62254189
HSL0.440.990.62
HSV160°76°100°
CMYK 0.760.000.26   0.00
XYZ46.613775.581960.2761
Yxy75.58190.25550.4142
Hunter Lab86.9379-56.434419.7493
CIE-Lab89.6649-61.150517.9612

#3efebd color RGB value is (62,254,189).

#3efebd hex color red value is 62, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3efebd hue: 0.44 , saturation: 0.99 and the lightness value of 3efebd is 0.62.

The process color (four color CMYK) of #3efebd color hex is 0.76, 0.00, 0.26, 0.00. Web safe color of #3efebd is #33ffcc. Color #3efebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111110 10111101
Octal 76 376 275
Decimal 62 254 189
Hex 3E FE BD

RGB Percentages of Color #3efebd

%12.28
%50.30
%37.43

CMYK Percentages of Color #3efebd

%76
%0
%26
%0

Triadic Colors of #3efebd

#3efebd #bd3efe #febd3e

Analogous Colors of #3efebd

#3efebd #3edffe #3efe5d

Monochromatic Colors of #3efebd

#3efebd

Complementary Color

#3efebd #fe3e7f

#3efebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efebd Color CSS Codes

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

#3efebd Text Font Color

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

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


#3efebd Background Color

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

This div background color is #3efebd


#3efebd Border Color

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

This div border color is #3efebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efebd

Related Colors


Comments

No comments written yet.

Please login to write comment.