Color Hex Logo

#3efffd Color Hex

#3EFFFD
(62,255,253)
0 Favorites   0 Comments

Color spaces of #3efffd

RGB 62255253
HSL0.501.000.62
HSV179°76°100°
CMYK 0.760.000.01   0.00
XYZ55.476279.6360105.3759
Yxy79.63600.23070.3311
Hunter Lab89.2390-45.2022-7.5440
CIE-Lab91.5213-45.5984-12.4477

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11111111 11111101
Octal 76 377 375
Decimal 62 255 253
Hex 3E FF FD

RGB Percentages of Color #3efffd

%10.88
%44.74
%44.39

CMYK Percentages of Color #3efffd

%76
%0
%1
%0

Triadic Colors of #3efffd

#3efffd #fd3eff #fffd3e

Analogous Colors of #3efffd

#3efffd #3ea1ff #3eff9d

Monochromatic Colors of #3efffd

#3efffd

Complementary Color

#3efffd #ff3e40

#3efffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3efffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3efffd Color CSS Codes

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

#3efffd Text Font Color

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

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


#3efffd Background Color

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

This div background color is #3efffd


#3efffd Border Color

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

This div border color is #3efffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,255,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 #3efffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3efffd

Related Colors


Comments

No comments written yet.

Please login to write comment.