Color Hex Logo

#368bae Color Hex

#368BAE
(54,139,174)
0 Favorites   0 Comments

Color spaces of #368bae

RGB 54139174
HSL0.550.530.45
HSV198°69°68°
CMYK 0.690.200.00   0.32
XYZ18.393922.305543.3803
Yxy22.30550.21880.2653
Hunter Lab47.2287-13.1308-21.3987
CIE-Lab54.3497-14.0201-25.8735

#368bae color RGB value is (54,139,174).

#368bae hex color red value is 54, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #368bae hue: 0.55 , saturation: 0.53 and the lightness value of 368bae is 0.45.

The process color (four color CMYK) of #368bae color hex is 0.69, 0.20, 0.00, 0.32. Web safe color of #368bae is #339999. Color #368bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10101110
Octal 66 213 256
Decimal 54 139 174
Hex 36 8B AE

RGB Percentages of Color #368bae

%14.71
%37.87
%47.41

CMYK Percentages of Color #368bae

%69
%20
%0
%32

Triadic Colors of #368bae

#368bae #ae368b #8bae36

Analogous Colors of #368bae

#368bae #364fae #36ae95

Monochromatic Colors of #368bae

#368bae

Complementary Color

#368bae #ae5936

#368bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bae Color CSS Codes

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

#368bae Text Font Color

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

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


#368bae Background Color

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

This div background color is #368bae


#368bae Border Color

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

This div border color is #368bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bae


Comments

No comments written yet.

Please login to write comment.