Color Hex Logo

#3eb1fc Color Hex

#3EB1FC
(62,177,252)
0 Favorites   0 Comments

Color spaces of #3eb1fc

RGB 62177252
HSL0.570.970.62
HSV204°75°99°
CMYK 0.750.300.00   0.01
XYZ35.279439.496797.8597
Yxy39.49670.20440.2288
Hunter Lab62.8464-9.7786-48.3295
CIE-Lab69.1095-7.5181-46.2686

#3eb1fc color RGB value is (62,177,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10110001 11111100
Octal 76 261 374
Decimal 62 177 252
Hex 3E B1 FC

RGB Percentages of Color #3eb1fc

%12.63
%36.05
%51.32

CMYK Percentages of Color #3eb1fc

%75
%30
%0
%1

Triadic Colors of #3eb1fc

#3eb1fc #fc3eb1 #b1fc3e

Analogous Colors of #3eb1fc

#3eb1fc #3e52fc #3efce8

Monochromatic Colors of #3eb1fc

#3eb1fc

Complementary Color

#3eb1fc #fc893e

#3eb1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eb1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eb1fc Color CSS Codes

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

#3eb1fc Text Font Color

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

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


#3eb1fc Background Color

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

This div background color is #3eb1fc


#3eb1fc Border Color

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

This div border color is #3eb1fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,177,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3eb1fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eb1fc


Comments

No comments written yet.

Please login to write comment.