Color Hex Logo

#368ed6 Color Hex

#368ED6
(54,142,214)
0 Favorites   0 Comments

Color spaces of #368ed6

RGB 54142214
HSL0.580.660.53
HSV207°75°84°
CMYK 0.750.340.00   0.16
XYZ23.331924.985367.2113
Yxy24.98530.20200.2163
Hunter Lab49.9853-4.1549-44.7329
CIE-Lab57.0611-1.8492-44.3232

#368ed6 color RGB value is (54,142,214).

#368ed6 hex color red value is 54, green value is 142 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #368ed6 hue: 0.58 , saturation: 0.66 and the lightness value of 368ed6 is 0.53.

The process color (four color CMYK) of #368ed6 color hex is 0.75, 0.34, 0.00, 0.16. Web safe color of #368ed6 is #3399cc. Color #368ed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001110 11010110
Octal 66 216 326
Decimal 54 142 214
Hex 36 8E D6

RGB Percentages of Color #368ed6

%13.17
%34.63
%52.20

CMYK Percentages of Color #368ed6

%75
%34
%0
%16

Triadic Colors of #368ed6

#368ed6 #d6368e #8ed636

Analogous Colors of #368ed6

#368ed6 #363ed6 #36d6ce

Monochromatic Colors of #368ed6

#368ed6

Complementary Color

#368ed6 #d67e36

#368ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368ed6 Color CSS Codes

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

#368ed6 Text Font Color

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

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


#368ed6 Background Color

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

This div background color is #368ed6


#368ed6 Border Color

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

This div border color is #368ed6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,142,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368ed6


Comments

No comments written yet.

Please login to write comment.