Color Hex Logo

#3eebfc Color Hex

#3EEBFC
(62,235,252)
0 Favorites   0 Comments

Color spaces of #3eebfc

RGB 62235252
HSL0.510.970.62
HSV185°75°99°
CMYK 0.750.070.00   0.01
XYZ49.265667.4691102.5217
Yxy67.46910.22470.3077
Hunter Lab82.1396-36.6837-16.5045
CIE-Lab85.7403-36.8943-20.6124

#3eebfc color RGB value is (62,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101011 11111100
Octal 76 353 374
Decimal 62 235 252
Hex 3E EB FC

RGB Percentages of Color #3eebfc

%11.29
%42.81
%45.90

CMYK Percentages of Color #3eebfc

%75
%7
%0
%1

Triadic Colors of #3eebfc

#3eebfc #fc3eeb #ebfc3e

Analogous Colors of #3eebfc

#3eebfc #3e8cfc #3efcae

Monochromatic Colors of #3eebfc

#3eebfc

Complementary Color

#3eebfc #fc4f3e

#3eebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eebfc Color CSS Codes

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

#3eebfc Text Font Color

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

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


#3eebfc Background Color

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

This div background color is #3eebfc


#3eebfc Border Color

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

This div border color is #3eebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eebfc


Comments

No comments written yet.

Please login to write comment.