Color Hex Logo

#3ebafc Color Hex

#3EBAFC
(62,186,252)
0 Favorites   0 Comments

Color spaces of #3ebafc

RGB 62186252
HSL0.560.970.62
HSV201°75°99°
CMYK 0.750.260.00   0.01
XYZ37.116243.170298.4719
Yxy43.17020.20760.2415
Hunter Lab65.7040-14.1474-42.8662
CIE-Lab71.6703-12.4250-42.2551

#3ebafc color RGB value is (62,186,252).

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

The process color (four color CMYK) of #3ebafc color hex is 0.75, 0.26, 0.00, 0.01. Web safe color of #3ebafc is #33ccff. Color #3ebafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11111100
Octal 76 272 374
Decimal 62 186 252
Hex 3E BA FC

RGB Percentages of Color #3ebafc

%12.40
%37.20
%50.40

CMYK Percentages of Color #3ebafc

%75
%26
%0
%1

Triadic Colors of #3ebafc

#3ebafc #fc3eba #bafc3e

Analogous Colors of #3ebafc

#3ebafc #3e5bfc #3efcdf

Monochromatic Colors of #3ebafc

#3ebafc

Complementary Color

#3ebafc #fc803e

#3ebafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebafc Color CSS Codes

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

#3ebafc Text Font Color

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

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


#3ebafc Background Color

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

This div background color is #3ebafc


#3ebafc Border Color

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

This div border color is #3ebafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebafc


Comments

No comments written yet.

Please login to write comment.