Color Hex Logo

#369cab Color Hex

#369CAB
(54,156,171)
0 Favorites   0 Comments

Color spaces of #369cab

RGB 54156171
HSL0.520.520.44
HSV188°68°67°
CMYK 0.680.090.00   0.33
XYZ20.760527.501542.7422
Yxy27.50150.22810.3022
Hunter Lab52.4419-21.1093-11.6144
CIE-Lab59.4357-24.0359-16.3793

#369cab color RGB value is (54,156,171).

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

The process color (four color CMYK) of #369cab color hex is 0.68, 0.09, 0.00, 0.33. Web safe color of #369cab is #339999. Color #369cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011100 10101011
Octal 66 234 253
Decimal 54 156 171
Hex 36 9C AB

RGB Percentages of Color #369cab

%14.17
%40.94
%44.88

CMYK Percentages of Color #369cab

%68
%9
%0
%33

Triadic Colors of #369cab

#369cab #ab369c #9cab36

Analogous Colors of #369cab

#369cab #3662ab #36ab80

Monochromatic Colors of #369cab

#369cab

Complementary Color

#369cab #ab4536

#369cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#369cab Color CSS Codes

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

#369cab Text Font Color

<p style="color:#369cab">Text here</p>

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


#369cab Background Color

<div style="background-color:#369cab">
Div content here</div>

This div background color is #369cab


#369cab Border Color

<div style="border:3px solid #369cab">
Div here</div>

This div border color is #369cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369cab


Comments

No comments written yet.

Please login to write comment.