Color Hex Logo

#368fad Color Hex

#368FAD
(54,143,173)
0 Favorites   0 Comments

Color spaces of #368fad

RGB 54143173
HSL0.540.520.45
HSV195°69°68°
CMYK 0.690.170.00   0.32
XYZ18.886623.446343.0653
Yxy23.44630.22120.2746
Hunter Lab48.4214-15.1141-18.8367
CIE-Lab55.5291-16.5443-23.4829

#368fad color RGB value is (54,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 10101101
Octal 66 217 255
Decimal 54 143 173
Hex 36 8F AD

RGB Percentages of Color #368fad

%14.59
%38.65
%46.76

CMYK Percentages of Color #368fad

%69
%17
%0
%32

Triadic Colors of #368fad

#368fad #ad368f #8fad36

Analogous Colors of #368fad

#368fad #3654ad #36ad90

Monochromatic Colors of #368fad

#368fad

Complementary Color

#368fad #ad5436

#368fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#368fad Color CSS Codes

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

#368fad Text Font Color

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

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


#368fad Background Color

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

This div background color is #368fad


#368fad Border Color

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

This div border color is #368fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368fad


Comments

No comments written yet.

Please login to write comment.