Color Hex Logo

#368aba Color Hex

#368ABA
(54,138,186)
0 Favorites   0 Comments

Color spaces of #368aba

RGB 54138186
HSL0.560.550.47
HSV202°71°73°
CMYK 0.710.260.00   0.27
XYZ19.472722.506449.7722
Yxy22.50640.21220.2453
Hunter Lab47.4409-9.7541-28.9949
CIE-Lab54.5602-9.3807-32.4100

#368aba color RGB value is (54,138,186).

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

The process color (four color CMYK) of #368aba color hex is 0.71, 0.26, 0.00, 0.27. Web safe color of #368aba is #3399cc. Color #368aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 10111010
Octal 66 212 272
Decimal 54 138 186
Hex 36 8A BA

RGB Percentages of Color #368aba

%14.29
%36.51
%49.21

CMYK Percentages of Color #368aba

%71
%26
%0
%27

Triadic Colors of #368aba

#368aba #ba368a #8aba36

Analogous Colors of #368aba

#368aba #3648ba #36baa8

Monochromatic Colors of #368aba

#368aba

Complementary Color

#368aba #ba6636

#368aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#368aba Color CSS Codes

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

#368aba Text Font Color

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

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


#368aba Background Color

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

This div background color is #368aba


#368aba Border Color

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

This div border color is #368aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368aba


Comments

No comments written yet.

Please login to write comment.