Color Hex Logo

#3efbce Color Hex

#3EFBCE
(62,251,206)
0 Favorites   0 Comments

Color spaces of #3efbce

RGB 62251206
HSL0.460.960.61
HSV166°75°98°
CMYK 0.750.000.18   0.02
XYZ47.624474.474770.2575
Yxy74.47470.24760.3872
Hunter Lab86.2987-52.516612.1399
CIE-Lab89.1464-56.08618.4614

#3efbce color RGB value is (62,251,206).

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

The process color (four color CMYK) of #3efbce color hex is 0.75, 0.00, 0.18, 0.02. Web safe color of #3efbce is #33ffcc. Color #3efbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111011 11001110
Octal 76 373 316
Decimal 62 251 206
Hex 3E FB CE

RGB Percentages of Color #3efbce

%11.95
%48.36
%39.69

CMYK Percentages of Color #3efbce

%75
%0
%18
%2

Triadic Colors of #3efbce

#3efbce #ce3efb #fbce3e

Analogous Colors of #3efbce

#3efbce #3ecafb #3efb70

Monochromatic Colors of #3efbce

#3efbce

Complementary Color

#3efbce #fb3e6b

#3efbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efbce Color CSS Codes

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

#3efbce Text Font Color

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

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


#3efbce Background Color

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

This div background color is #3efbce


#3efbce Border Color

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

This div border color is #3efbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efbce

Related Colors


Comments

No comments written yet.

Please login to write comment.