Color Hex Logo

#3dfefd Color Hex

#3DFEFD
(61,254,253)
0 Favorites   0 Comments

Color spaces of #3dfefd

RGB 61254253
HSL0.500.990.62
HSV180°76°100°
CMYK 0.760.000.00   0.00
XYZ55.095978.9676105.2669
Yxy78.96760.23020.3300
Hunter Lab88.8637-44.8407-8.0296
CIE-Lab91.2196-45.2551-12.8995

#3dfefd color RGB value is (61,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11111110 11111101
Octal 75 376 375
Decimal 61 254 253
Hex 3D FE FD

RGB Percentages of Color #3dfefd

%10.74
%44.72
%44.54

CMYK Percentages of Color #3dfefd

%76
%0
%0
%0

Triadic Colors of #3dfefd

#3dfefd #fd3dfe #fefd3d

Analogous Colors of #3dfefd

#3dfefd #3d9ffe #3dfe9d

Monochromatic Colors of #3dfefd

#3dfefd

Complementary Color

#3dfefd #fe3d3e

#3dfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dfefd Color CSS Codes

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

#3dfefd Text Font Color

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

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


#3dfefd Background Color

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

This div background color is #3dfefd


#3dfefd Border Color

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

This div border color is #3dfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.