Color Hex Logo

#368bad Color Hex

#368BAD
(54,139,173)
0 Favorites   0 Comments

Color spaces of #368bad

RGB 54139173
HSL0.550.520.45
HSV197°69°68°
CMYK 0.690.200.00   0.32
XYZ18.296822.266642.8687
Yxy22.26660.21930.2669
Hunter Lab47.1875-13.3653-20.8323
CIE-Lab54.3087-14.3535-25.3632

#368bad color RGB value is (54,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10101101
Octal 66 213 255
Decimal 54 139 173
Hex 36 8B AD

RGB Percentages of Color #368bad

%14.75
%37.98
%47.27

CMYK Percentages of Color #368bad

%69
%20
%0
%32

Triadic Colors of #368bad

#368bad #ad368b #8bad36

Analogous Colors of #368bad

#368bad #364fad #36ad94

Monochromatic Colors of #368bad

#368bad

Complementary Color

#368bad #ad5836

#368bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bad Color CSS Codes

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

#368bad Text Font Color

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

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


#368bad Background Color

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

This div background color is #368bad


#368bad Border Color

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

This div border color is #368bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bad


Comments

No comments written yet.

Please login to write comment.