Color Hex Logo

#3ef0db Color Hex

#3EF0DB
(62,240,219)
0 Favorites   0 Comments

Color spaces of #3ef0db

RGB 62240219
HSL0.480.860.59
HSV173°74°94°
CMYK 0.740.000.09   0.06
XYZ45.932968.458877.8108
Yxy68.45880.23900.3562
Hunter Lab82.7398-45.70072.1599
CIE-Lab86.2353-48.2972-2.5414

#3ef0db color RGB value is (62,240,219).

#3ef0db hex color red value is 62, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3ef0db hue: 0.48 , saturation: 0.86 and the lightness value of 3ef0db is 0.59.

The process color (four color CMYK) of #3ef0db color hex is 0.74, 0.00, 0.09, 0.06. Web safe color of #3ef0db is #33ffcc. Color #3ef0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11110000 11011011
Octal 76 360 333
Decimal 62 240 219
Hex 3E F0 DB

RGB Percentages of Color #3ef0db

%11.90
%46.07
%42.03

CMYK Percentages of Color #3ef0db

%74
%0
%9
%6

Triadic Colors of #3ef0db

#3ef0db #db3ef0 #f0db3e

Analogous Colors of #3ef0db

#3ef0db #3eacf0 #3ef082

Monochromatic Colors of #3ef0db

#3ef0db

Complementary Color

#3ef0db #f03e53

#3ef0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ef0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ef0db Color CSS Codes

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

#3ef0db Text Font Color

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

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


#3ef0db Background Color

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

This div background color is #3ef0db


#3ef0db Border Color

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

This div border color is #3ef0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ef0db


Comments

No comments written yet.

Please login to write comment.