Color Hex Logo

#3effdc Color Hex

#3EFFDC
(62,255,220)
0 Favorites   0 Comments

Color spaces of #3effdc

RGB 62255220
HSL0.471.000.62
HSV169°76°100°
CMYK 0.760.000.14   0.00
XYZ50.664977.711480.0396
Yxy77.71140.24310.3729
Hunter Lab88.1541-51.68017.8754
CIE-Lab90.6480-54.28133.3755

#3effdc color RGB value is (62,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111111 11011100
Octal 76 377 334
Decimal 62 255 220
Hex 3E FF DC

RGB Percentages of Color #3effdc

%11.55
%47.49
%40.97

CMYK Percentages of Color #3effdc

%76
%0
%14
%0

Triadic Colors of #3effdc

#3effdc #dc3eff #ffdc3e

Analogous Colors of #3effdc

#3effdc #3ec2ff #3eff7c

Monochromatic Colors of #3effdc

#3effdc

Complementary Color

#3effdc #ff3e61

#3effdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3effdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3effdc Color CSS Codes

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

#3effdc Text Font Color

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

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


#3effdc Background Color

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

This div background color is #3effdc


#3effdc Border Color

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

This div border color is #3effdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3effdc

Related Colors


Comments

No comments written yet.

Please login to write comment.