Color Hex Logo

#3efdfd Color Hex

#3EFDFD
(62,253,253)
0 Favorites   0 Comments

Color spaces of #3efdfd

RGB 62253253
HSL0.500.980.62
HSV180°75°99°
CMYK 0.750.000.00   0.01
XYZ54.841578.3665105.1643
Yxy78.36650.23010.3288
Hunter Lab88.5249-44.3370-8.4670
CIE-Lab90.9469-44.7221-13.3055

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111101 11111101
Octal 76 375 375
Decimal 62 253 253
Hex 3E FD FD

RGB Percentages of Color #3efdfd

%10.92
%44.54
%44.54

CMYK Percentages of Color #3efdfd

%75
%0
%0
%1

Triadic Colors of #3efdfd

#3efdfd #fd3efd #fdfd3e

Analogous Colors of #3efdfd

#3efdfd #3e9efd #3efd9e

Monochromatic Colors of #3efdfd

#3efdfd

Complementary Color

#3efdfd #fd3e3e

#3efdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efdfd Color CSS Codes

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

#3efdfd Text Font Color

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

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


#3efdfd Background Color

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

This div background color is #3efdfd


#3efdfd Border Color

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

This div border color is #3efdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.