Color Hex Logo

#3efdd2 Color Hex

#3EFDD2
(62,253,210)
0 Favorites   0 Comments

Color spaces of #3efdd2

RGB 62253210
HSL0.460.980.62
HSV166°75°99°
CMYK 0.750.000.17   0.01
XYZ48.744775.927873.0592
Yxy75.92780.24650.3840
Hunter Lab87.1366-52.635011.2842
CIE-Lab89.8258-55.92497.3655

#3efdd2 color RGB value is (62,253,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111101 11010010
Octal 76 375 322
Decimal 62 253 210
Hex 3E FD D2

RGB Percentages of Color #3efdd2

%11.81
%48.19
%40.00

CMYK Percentages of Color #3efdd2

%75
%0
%17
%1

Triadic Colors of #3efdd2

#3efdd2 #d23efd #fdd23e

Analogous Colors of #3efdd2

#3efdd2 #3ec9fd #3efd73

Monochromatic Colors of #3efdd2

#3efdd2

Complementary Color

#3efdd2 #fd3e69

#3efdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efdd2 Color CSS Codes

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

#3efdd2 Text Font Color

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

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


#3efdd2 Background Color

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

This div background color is #3efdd2


#3efdd2 Border Color

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

This div border color is #3efdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efdd2


Comments

No comments written yet.

Please login to write comment.