Color Hex Logo

#368eef Color Hex

#368EEF
(54,142,239)
0 Favorites   0 Comments

Color spaces of #368eef

RGB 54142239
HSL0.590.850.57
HSV211°77°94°
CMYK 0.770.410.00   0.06
XYZ26.774326.362385.3386
Yxy26.36230.19340.1904
Hunter Lab51.34423.2294-62.6042
CIE-Lab58.37947.1648-56.1587

#368eef color RGB value is (54,142,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11101111
Octal 66 216 357
Decimal 54 142 239
Hex 36 8E EF

RGB Percentages of Color #368eef

%12.41
%32.64
%54.94

CMYK Percentages of Color #368eef

%77
%41
%0
%6

Triadic Colors of #368eef

#368eef #ef368e #8eef36

Analogous Colors of #368eef

#368eef #3b36ef #36ebef

Monochromatic Colors of #368eef

#368eef

Complementary Color

#368eef #ef9736

#368eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#368eef Color CSS Codes

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

#368eef Text Font Color

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

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


#368eef Background Color

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

This div background color is #368eef


#368eef Border Color

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

This div border color is #368eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368eef


Comments

No comments written yet.

Please login to write comment.