Color Hex Logo

#3ef3b2 Color Hex

#3EF3B2
(62,243,178)
0 Favorites   0 Comments

Color spaces of #3ef3b2

RGB 62243178
HSL0.440.880.60
HSV158°74°95°
CMYK 0.740.000.27   0.05
XYZ42.073168.339753.0929
Yxy68.33970.25730.4180
Hunter Lab82.6678-53.822619.7888
CIE-Lab86.1760-59.355118.7472

#3ef3b2 color RGB value is (62,243,178).

#3ef3b2 hex color red value is 62, green value is 243 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #3ef3b2 hue: 0.44 , saturation: 0.88 and the lightness value of 3ef3b2 is 0.60.

The process color (four color CMYK) of #3ef3b2 color hex is 0.74, 0.00, 0.27, 0.05. Web safe color of #3ef3b2 is #33ff99. Color #3ef3b2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11110011 10110010
Octal 76 363 262
Decimal 62 243 178
Hex 3E F3 B2

RGB Percentages of Color #3ef3b2

%12.84
%50.31
%36.85

CMYK Percentages of Color #3ef3b2

%74
%0
%27
%5

Triadic Colors of #3ef3b2

#3ef3b2 #b23ef3 #f3b23e

Analogous Colors of #3ef3b2

#3ef3b2 #3edaf3 #3ef357

Monochromatic Colors of #3ef3b2

#3ef3b2

Complementary Color

#3ef3b2 #f33e7f

#3ef3b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ef3b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ef3b2 Color CSS Codes

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

#3ef3b2 Text Font Color

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

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


#3ef3b2 Background Color

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

This div background color is #3ef3b2


#3ef3b2 Border Color

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

This div border color is #3ef3b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ef3b2


Comments

No comments written yet.

Please login to write comment.