Color Hex Logo

#1b687d Color Hex

#1B687D
(27,104,125)
0 Favorites   0 Comments

Color spaces of #1b687d

RGB 27104125
HSL0.540.640.30
HSV193°78°49°
CMYK 0.780.170.00   0.51
XYZ9.104011.614321.1640
Yxy11.61430.21740.2773
Hunter Lab34.0798-11.9554-12.9641
CIE-Lab40.5964-15.1789-18.2735

#1b687d color RGB value is (27,104,125).

#1b687d hex color red value is 27, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1b687d hue: 0.54 , saturation: 0.64 and the lightness value of 1b687d is 0.30.

The process color (four color CMYK) of #1b687d color hex is 0.78, 0.17, 0.00, 0.51. Web safe color of #1b687d is #336666. Color #1b687d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101000 01111101
Octal 33 150 175
Decimal 27 104 125
Hex 1B 68 7D

RGB Percentages of Color #1b687d

%10.55
%40.63
%48.83

CMYK Percentages of Color #1b687d

%78
%17
%0
%51

Triadic Colors of #1b687d

#1b687d #7d1b68 #687d1b

Analogous Colors of #1b687d

#1b687d #1b377d #1b7d61

Monochromatic Colors of #1b687d

#1b687d

Complementary Color

#1b687d #7d301b

#1b687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b687d Color CSS Codes

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

#1b687d Text Font Color

<p style="color:#1b687d">Text here</p>

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


#1b687d Background Color

<div style="background-color:#1b687d">
Div content here</div>

This div background color is #1b687d


#1b687d Border Color

<div style="border:3px solid #1b687d">
Div here</div>

This div border color is #1b687d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,104,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b687d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b687d;
  -webkit-box-shadow: 1px 1px 3px 2px #1b687d;
  box-shadow:         1px 1px 3px 2px #1b687d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,104,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b687d


Comments

No comments written yet.

Please login to write comment.