Color Hex Logo

#385aab Color Hex

#385AAB
(56,90,171)
0 Favorites   0 Comments

Color spaces of #385aab

RGB 5690171
HSL0.620.510.45
HSV222°67°67°
CMYK 0.670.470.00   0.33
XYZ12.637711.093440.0032
Yxy11.09340.19830.1741
Hunter Lab33.30689.4421-47.8957
CIE-Lab39.737314.9524-47.1446

#385aab color RGB value is (56,90,171).

#385aab hex color red value is 56, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #385aab hue: 0.62 , saturation: 0.51 and the lightness value of 385aab is 0.45.

The process color (four color CMYK) of #385aab color hex is 0.67, 0.47, 0.00, 0.33. Web safe color of #385aab is #336699. Color #385aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011010 10101011
Octal 70 132 253
Decimal 56 90 171
Hex 38 5A AB

RGB Percentages of Color #385aab

%17.67
%28.39
%53.94

CMYK Percentages of Color #385aab

%67
%47
%0
%33

Triadic Colors of #385aab

#385aab #ab385a #5aab38

Analogous Colors of #385aab

#385aab #4f38ab #3894ab

Monochromatic Colors of #385aab

#385aab

Complementary Color

#385aab #ab8938

#385aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#385aab Color CSS Codes

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

#385aab Text Font Color

<p style="color:#385aab">Text here</p>

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


#385aab Background Color

<div style="background-color:#385aab">
Div content here</div>

This div background color is #385aab


#385aab Border Color

<div style="border:3px solid #385aab">
Div here</div>

This div border color is #385aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,90,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385aab;
  -webkit-box-shadow: 1px 1px 3px 2px #385aab;
  box-shadow:         1px 1px 3px 2px #385aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,90,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 #385aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385aab


Comments

No comments written yet.

Please login to write comment.