Color Hex Logo

#3deefd Color Hex

#3DEEFD
(61,238,253)
0 Favorites   0 Comments

Color spaces of #3deefd

RGB 61238253
HSL0.510.980.62
HSV185°76°99°
CMYK 0.760.060.00   0.01
XYZ50.228669.2330103.6445
Yxy69.23300.22510.3103
Hunter Lab83.2064-37.8573-15.6091
CIE-Lab86.6193-38.0831-19.8099

#3deefd color RGB value is (61,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11101110 11111101
Octal 75 356 375
Decimal 61 238 253
Hex 3D EE FD

RGB Percentages of Color #3deefd

%11.05
%43.12
%45.83

CMYK Percentages of Color #3deefd

%76
%6
%0
%1

Triadic Colors of #3deefd

#3deefd #fd3dee #eefd3d

Analogous Colors of #3deefd

#3deefd #3d8efd #3dfdac

Monochromatic Colors of #3deefd

#3deefd

Complementary Color

#3deefd #fd4c3d

#3deefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3deefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3deefd Color CSS Codes

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

#3deefd Text Font Color

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

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


#3deefd Background Color

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

This div background color is #3deefd


#3deefd Border Color

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

This div border color is #3deefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3deefd

Related Colors


Comments

No comments written yet.

Please login to write comment.