Color Hex Logo

#3e8cef Color Hex

#3E8CEF
(62,140,239)
0 Favorites   0 Comments

Color spaces of #3e8cef

RGB 62140239
HSL0.590.850.59
HSV214°74°94°
CMYK 0.740.410.00   0.06
XYZ26.944726.012385.2621
Yxy26.01230.19490.1882
Hunter Lab51.00235.0483-63.4154
CIE-Lab58.04879.2838-56.6736

#3e8cef color RGB value is (62,140,239).

#3e8cef hex color red value is 62, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3e8cef hue: 0.59 , saturation: 0.85 and the lightness value of 3e8cef is 0.59.

The process color (four color CMYK) of #3e8cef color hex is 0.74, 0.41, 0.00, 0.06. Web safe color of #3e8cef is #3399ff. Color #3e8cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10001100 11101111
Octal 76 214 357
Decimal 62 140 239
Hex 3E 8C EF

RGB Percentages of Color #3e8cef

%14.06
%31.75
%54.20

CMYK Percentages of Color #3e8cef

%74
%41
%0
%6

Triadic Colors of #3e8cef

#3e8cef #ef3e8c #8cef3e

Analogous Colors of #3e8cef

#3e8cef #493eef #3ee5ef

Monochromatic Colors of #3e8cef

#3e8cef

Complementary Color

#3e8cef #efa13e

#3e8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e8cef Color CSS Codes

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

#3e8cef Text Font Color

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

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


#3e8cef Background Color

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

This div background color is #3e8cef


#3e8cef Border Color

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

This div border color is #3e8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e8cef


Comments

No comments written yet.

Please login to write comment.