Color Hex Logo

#3ebcfe Color Hex

#3EBCFE
(62,188,254)
0 Favorites   0 Comments

Color spaces of #3ebcfe

RGB 62188254
HSL0.560.990.62
HSV201°76°100°
CMYK 0.760.260.00   0.00
XYZ37.859244.1463100.2916
Yxy44.14630.20770.2422
Hunter Lab66.4427-14.5650-42.9851
CIE-Lab72.3262-12.8294-42.3084

#3ebcfe color RGB value is (62,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 11111110
Octal 76 274 376
Decimal 62 188 254
Hex 3E BC FE

RGB Percentages of Color #3ebcfe

%12.30
%37.30
%50.40

CMYK Percentages of Color #3ebcfe

%76
%26
%0
%0

Triadic Colors of #3ebcfe

#3ebcfe #fe3ebc #bcfe3e

Analogous Colors of #3ebcfe

#3ebcfe #3e5cfe #3efee0

Monochromatic Colors of #3ebcfe

#3ebcfe

Complementary Color

#3ebcfe #fe803e

#3ebcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcfe Color CSS Codes

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

#3ebcfe Text Font Color

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

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


#3ebcfe Background Color

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

This div background color is #3ebcfe


#3ebcfe Border Color

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

This div border color is #3ebcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcfe


Comments

No comments written yet.

Please login to write comment.