Color Hex Logo

#368bab Color Hex

#368BAB
(54,139,171)
0 Favorites   0 Comments

Color spaces of #368bab

RGB 54139171
HSL0.550.520.44
HSV196°68°67°
CMYK 0.680.190.00   0.33
XYZ18.104622.189841.8569
Yxy22.18980.22040.2701
Hunter Lab47.1061-13.8314-19.7089
CIE-Lab54.2278-15.0191-24.3403

#368bab color RGB value is (54,139,171).

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

The process color (four color CMYK) of #368bab color hex is 0.68, 0.19, 0.00, 0.33. Web safe color of #368bab is #339999. Color #368bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10101011
Octal 66 213 253
Decimal 54 139 171
Hex 36 8B AB

RGB Percentages of Color #368bab

%14.84
%38.19
%46.98

CMYK Percentages of Color #368bab

%68
%19
%0
%33

Triadic Colors of #368bab

#368bab #ab368b #8bab36

Analogous Colors of #368bab

#368bab #3651ab #36ab91

Monochromatic Colors of #368bab

#368bab

Complementary Color

#368bab #ab5636

#368bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bab Color CSS Codes

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

#368bab Text Font Color

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

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


#368bab Background Color

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

This div background color is #368bab


#368bab Border Color

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

This div border color is #368bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bab


Comments

No comments written yet.

Please login to write comment.