Color Hex Logo

#3b6fee Color Hex

#3B6FEE
(59,111,238)
0 Favorites   0 Comments

Color spaces of #3b6fee

RGB 59111238
HSL0.620.840.58
HSV223°75°93°
CMYK 0.750.530.00   0.07
XYZ22.920718.471783.2463
Yxy18.47170.18390.1482
Hunter Lab42.978719.9819-84.7548
CIE-Lab50.063326.4637-68.9772

#3b6fee color RGB value is (59,111,238).

#3b6fee hex color red value is 59, green value is 111 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3b6fee hue: 0.62 , saturation: 0.84 and the lightness value of 3b6fee is 0.58.

The process color (four color CMYK) of #3b6fee color hex is 0.75, 0.53, 0.00, 0.07. Web safe color of #3b6fee is #3366ff. Color #3b6fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101111 11101110
Octal 73 157 356
Decimal 59 111 238
Hex 3B 6F EE

RGB Percentages of Color #3b6fee

%14.46
%27.21
%58.33

CMYK Percentages of Color #3b6fee

%75
%53
%0
%7

Triadic Colors of #3b6fee

#3b6fee #ee3b6f #6fee3b

Analogous Colors of #3b6fee

#3b6fee #603bee #3bc9ee

Monochromatic Colors of #3b6fee

#3b6fee

Complementary Color

#3b6fee #eeba3b

#3b6fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6fee Color CSS Codes

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

#3b6fee Text Font Color

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

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


#3b6fee Background Color

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

This div background color is #3b6fee


#3b6fee Border Color

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

This div border color is #3b6fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,111,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b6fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b6fee;
  -webkit-box-shadow: 1px 1px 3px 2px #3b6fee;
  box-shadow:         1px 1px 3px 2px #3b6fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,111,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6fee


Comments

No comments written yet.

Please login to write comment.