Color Hex Logo

#3effce Color Hex

#3EFFCE
(62,255,206)
0 Favorites   0 Comments

Color spaces of #3effce

RGB 62255206
HSL0.461.000.62
HSV165°76°100°
CMYK 0.760.000.19   0.00
XYZ48.887277.000470.6785
Yxy77.00040.24870.3917
Hunter Lab87.7499-54.116413.6695
CIE-Lab90.3218-57.673210.1435

#3effce color RGB value is (62,255,206).

#3effce hex color red value is 62, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3effce hue: 0.46 , saturation: 1.00 and the lightness value of 3effce is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111111 11001110
Octal 76 377 316
Decimal 62 255 206
Hex 3E FF CE

RGB Percentages of Color #3effce

%11.85
%48.76
%39.39

CMYK Percentages of Color #3effce

%76
%0
%19
%0

Triadic Colors of #3effce

#3effce #ce3eff #ffce3e

Analogous Colors of #3effce

#3effce #3ed0ff #3eff6e

Monochromatic Colors of #3effce

#3effce

Complementary Color

#3effce #ff3e6f

#3effce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3effce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3effce Color CSS Codes

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

#3effce Text Font Color

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

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


#3effce Background Color

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

This div background color is #3effce


#3effce Border Color

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

This div border color is #3effce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3effce

Related Colors


Comments

No comments written yet.

Please login to write comment.