Color Hex Logo

#3eabfd Color Hex

#3EABFD
(62,171,253)
0 Favorites   0 Comments

Color spaces of #3eabfd

RGB 62171253
HSL0.570.980.62
HSV206°75°99°
CMYK 0.750.320.00   0.01
XYZ34.279137.241898.3102
Yxy37.24180.20180.2193
Hunter Lab61.0261-6.5299-52.7952
CIE-Lab67.4580-3.8283-49.4117

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

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

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

Base Numbers

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

RGB Percentages of Color #3eabfd

%12.76
%35.19
%52.06

CMYK Percentages of Color #3eabfd

%75
%32
%0
%1

Triadic Colors of #3eabfd

#3eabfd #fd3eab #abfd3e

Analogous Colors of #3eabfd

#3eabfd #3e4bfd #3efdf0

Monochromatic Colors of #3eabfd

#3eabfd

Complementary Color

#3eabfd #fd903e

#3eabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabfd Color CSS Codes

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

#3eabfd Text Font Color

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

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


#3eabfd Background Color

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

This div background color is #3eabfd


#3eabfd Border Color

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

This div border color is #3eabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabfd


Comments

No comments written yet.

Please login to write comment.