Color Hex Logo

#368bef Color Hex

#368BEF
(54,139,239)
0 Favorites   0 Comments

Color spaces of #368bef

RGB 54139239
HSL0.590.850.57
HSV212°77°94°
CMYK 0.770.420.00   0.06
XYZ26.333925.481585.1918
Yxy25.48150.19220.1860
Hunter Lab50.47924.7810-64.7260
CIE-Lab57.54168.9689-57.4973

#368bef color RGB value is (54,139,239).

#368bef hex color red value is 54, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #368bef hue: 0.59 , saturation: 0.85 and the lightness value of 368bef is 0.57.

The process color (four color CMYK) of #368bef color hex is 0.77, 0.42, 0.00, 0.06. Web safe color of #368bef is #3399ff. Color #368bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 11101111
Octal 66 213 357
Decimal 54 139 239
Hex 36 8B EF

RGB Percentages of Color #368bef

%12.50
%32.18
%55.32

CMYK Percentages of Color #368bef

%77
%42
%0
%6

Triadic Colors of #368bef

#368bef #ef368b #8bef36

Analogous Colors of #368bef

#368bef #3d36ef #36e8ef

Monochromatic Colors of #368bef

#368bef

Complementary Color

#368bef #ef9a36

#368bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bef Color CSS Codes

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

#368bef Text Font Color

<p style="color:#368bef">Text here</p>

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


#368bef Background Color

<div style="background-color:#368bef">
Div content here</div>

This div background color is #368bef


#368bef Border Color

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

This div border color is #368bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,139,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368bef;
  -webkit-box-shadow: 1px 1px 3px 2px #368bef;
  box-shadow:         1px 1px 3px 2px #368bef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,139,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 #368bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bef


Comments

No comments written yet.

Please login to write comment.