Color Hex Logo

#1c87bd Color Hex

#1C87BD
(28,135,189)
0 Favorites   0 Comments

Color spaces of #1c87bd

RGB 28135189
HSL0.560.740.43
HSV200°85°74°
CMYK 0.850.290.00   0.26
XYZ18.328221.248951.2796
Yxy21.24890.20170.2339
Hunter Lab46.0965-9.6965-33.6890
CIE-Lab53.2208-9.4992-36.2592

#1c87bd color RGB value is (28,135,189).

#1c87bd hex color red value is 28, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1c87bd hue: 0.56 , saturation: 0.74 and the lightness value of 1c87bd is 0.43.

The process color (four color CMYK) of #1c87bd color hex is 0.85, 0.29, 0.00, 0.26. Web safe color of #1c87bd is #3399cc. Color #1c87bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000111 10111101
Octal 34 207 275
Decimal 28 135 189
Hex 1C 87 BD

RGB Percentages of Color #1c87bd

%7.95
%38.35
%53.69

CMYK Percentages of Color #1c87bd

%85
%29
%0
%26

Triadic Colors of #1c87bd

#1c87bd #bd1c87 #87bd1c

Analogous Colors of #1c87bd

#1c87bd #1c37bd #1cbda3

Monochromatic Colors of #1c87bd

#1c87bd

Complementary Color

#1c87bd #bd521c

#1c87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c87bd Color CSS Codes

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

#1c87bd Text Font Color

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

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


#1c87bd Background Color

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

This div background color is #1c87bd


#1c87bd Border Color

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

This div border color is #1c87bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,135,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c87bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c87bd;
  -webkit-box-shadow: 1px 1px 3px 2px #1c87bd;
  box-shadow:         1px 1px 3px 2px #1c87bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,135,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c87bd


Comments

No comments written yet.

Please login to write comment.