Color Hex Logo

#3edbbf Color Hex

#3EDBBF
(62,219,191)
0 Favorites   0 Comments

Color spaces of #3edbbf

RGB 62219191
HSL0.470.690.55
HSV169°72°86°
CMYK 0.720.000.13   0.14
XYZ36.722155.448858.0574
Yxy55.44880.24440.3691
Hunter Lab74.4640-42.28425.8981
CIE-Lab79.2991-46.60562.1293

#3edbbf color RGB value is (62,219,191).

#3edbbf hex color red value is 62, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3edbbf hue: 0.47 , saturation: 0.69 and the lightness value of 3edbbf is 0.55.

The process color (four color CMYK) of #3edbbf color hex is 0.72, 0.00, 0.13, 0.14. Web safe color of #3edbbf is #33cccc. Color #3edbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 10111111
Octal 76 333 277
Decimal 62 219 191
Hex 3E DB BF

RGB Percentages of Color #3edbbf

%13.14
%46.40
%40.47

CMYK Percentages of Color #3edbbf

%72
%0
%13
%14

Triadic Colors of #3edbbf

#3edbbf #bf3edb #dbbf3e

Analogous Colors of #3edbbf

#3edbbf #3ea9db #3edb71

Monochromatic Colors of #3edbbf

#3edbbf

Complementary Color

#3edbbf #db3e5a

#3edbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbbf Color CSS Codes

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

#3edbbf Text Font Color

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

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


#3edbbf Background Color

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

This div background color is #3edbbf


#3edbbf Border Color

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

This div border color is #3edbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbbf


Comments

No comments written yet.

Please login to write comment.