Color Hex Logo

#368aea Color Hex

#368AEA
(54,138,234)
0 Favorites   0 Comments

Color spaces of #368aea

RGB 54138234
HSL0.590.810.56
HSV212°77°92°
CMYK 0.770.410.00   0.08
XYZ25.461124.901781.3065
Yxy24.90170.19340.1891
Hunter Lab49.90163.7476-61.6722
CIE-Lab56.97957.7499-55.6211

#368aea color RGB value is (54,138,234).

#368aea hex color red value is 54, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #368aea hue: 0.59 , saturation: 0.81 and the lightness value of 368aea is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 11101010
Octal 66 212 352
Decimal 54 138 234
Hex 36 8A EA

RGB Percentages of Color #368aea

%12.68
%32.39
%54.93

CMYK Percentages of Color #368aea

%77
%41
%0
%8

Triadic Colors of #368aea

#368aea #ea368a #8aea36

Analogous Colors of #368aea

#368aea #3c36ea #36e4ea

Monochromatic Colors of #368aea

#368aea

Complementary Color

#368aea #ea9636

#368aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#368aea Color CSS Codes

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

#368aea Text Font Color

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

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


#368aea Background Color

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

This div background color is #368aea


#368aea Border Color

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

This div border color is #368aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368aea


Comments

No comments written yet.

Please login to write comment.