Color Hex Logo

#3efdda Color Hex

#3EFDDA
(62,253,218)
0 Favorites   0 Comments

Color spaces of #3efdda

RGB 62253218
HSL0.470.980.62
HSV169°75°99°
CMYK 0.750.000.14   0.01
XYZ49.766876.336678.4411
Yxy76.33660.24330.3732
Hunter Lab87.3708-51.22467.9293
CIE-Lab90.0154-53.96413.4944

#3efdda color RGB value is (62,253,218).

#3efdda hex color red value is 62, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3efdda hue: 0.47 , saturation: 0.98 and the lightness value of 3efdda is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111101 11011010
Octal 76 375 332
Decimal 62 253 218
Hex 3E FD DA

RGB Percentages of Color #3efdda

%11.63
%47.47
%40.90

CMYK Percentages of Color #3efdda

%75
%0
%14
%1

Triadic Colors of #3efdda

#3efdda #da3efd #fdda3e

Analogous Colors of #3efdda

#3efdda #3ec1fd #3efd7b

Monochromatic Colors of #3efdda

#3efdda

Complementary Color

#3efdda #fd3e61

#3efdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efdda Color CSS Codes

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

#3efdda Text Font Color

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

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


#3efdda Background Color

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

This div background color is #3efdda


#3efdda Border Color

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

This div border color is #3efdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efdda


Comments

No comments written yet.

Please login to write comment.