Color Hex Logo

#3eacfd Color Hex

#3EACFD
(62,172,253)
0 Favorites   0 Comments

Color spaces of #3eacfd

RGB 62172253
HSL0.570.980.62
HSV205°75°99°
CMYK 0.750.320.00   0.01
XYZ34.468837.621098.3734
Yxy37.62100.20220.2207
Hunter Lab61.3360-7.0268-52.1568
CIE-Lab67.7403-4.3898-48.9664

#3eacfd color RGB value is (62,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 11111101
Octal 76 254 375
Decimal 62 172 253
Hex 3E AC FD

RGB Percentages of Color #3eacfd

%12.73
%35.32
%51.95

CMYK Percentages of Color #3eacfd

%75
%32
%0
%1

Triadic Colors of #3eacfd

#3eacfd #fd3eac #acfd3e

Analogous Colors of #3eacfd

#3eacfd #3e4cfd #3efdef

Monochromatic Colors of #3eacfd

#3eacfd

Complementary Color

#3eacfd #fd8f3e

#3eacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacfd Color CSS Codes

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

#3eacfd Text Font Color

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

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


#3eacfd Background Color

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

This div background color is #3eacfd


#3eacfd Border Color

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

This div border color is #3eacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.