Color Hex Logo

#3dabfd Color Hex

#3DABFD
(61,171,253)
0 Favorites   0 Comments

Color spaces of #3dabfd

RGB 61171253
HSL0.570.980.62
HSV206°76°99°
CMYK 0.760.320.00   0.01
XYZ34.217037.209898.3073
Yxy37.20980.20160.2192
Hunter Lab60.9998-6.6226-52.8518
CIE-Lab67.4341-3.9403-49.4510

#3dabfd color RGB value is (61,171,253).

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

The process color (four color CMYK) of #3dabfd color hex is 0.76, 0.32, 0.00, 0.01. Web safe color of #3dabfd is #3399ff. Color #3dabfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101011 11111101
Octal 75 253 375
Decimal 61 171 253
Hex 3D AB FD

RGB Percentages of Color #3dabfd

%12.58
%35.26
%52.16

CMYK Percentages of Color #3dabfd

%76
%32
%0
%1

Triadic Colors of #3dabfd

#3dabfd #fd3dab #abfd3d

Analogous Colors of #3dabfd

#3dabfd #3d4bfd #3dfdef

Monochromatic Colors of #3dabfd

#3dabfd

Complementary Color

#3dabfd #fd8f3d

#3dabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dabfd Color CSS Codes

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

#3dabfd Text Font Color

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

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


#3dabfd Background Color

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

This div background color is #3dabfd


#3dabfd Border Color

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

This div border color is #3dabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dabfd


Comments

No comments written yet.

Please login to write comment.