Color Hex Logo

#2687bd Color Hex

#2687BD
(38,135,189)
0 Favorites   0 Comments

Color spaces of #2687bd

RGB 38135189
HSL0.560.670.45
HSV201°80°74°
CMYK 0.800.290.00   0.26
XYZ18.648621.414151.2946
Yxy21.41410.20410.2344
Hunter Lab46.2754-9.0478-33.3281
CIE-Lab53.3998-8.5969-35.9659

#2687bd color RGB value is (38,135,189).

#2687bd hex color red value is 38, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2687bd hue: 0.56 , saturation: 0.67 and the lightness value of 2687bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000111 10111101
Octal 46 207 275
Decimal 38 135 189
Hex 26 87 BD

RGB Percentages of Color #2687bd

%10.50
%37.29
%52.21

CMYK Percentages of Color #2687bd

%80
%29
%0
%26

Triadic Colors of #2687bd

#2687bd #bd2687 #87bd26

Analogous Colors of #2687bd

#2687bd #263cbd #26bda8

Monochromatic Colors of #2687bd

#2687bd

Complementary Color

#2687bd #bd5c26

#2687bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2687bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2687bd Color CSS Codes

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

#2687bd Text Font Color

<p style="color:#2687bd">Text here</p>

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


#2687bd Background Color

<div style="background-color:#2687bd">
Div content here</div>

This div background color is #2687bd


#2687bd Border Color

<div style="border:3px solid #2687bd">
Div here</div>

This div border color is #2687bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,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 #2687bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2687bd


Comments

No comments written yet.

Please login to write comment.