Color Hex Logo

#276cbd Color Hex

#276CBD
(39,108,189)
0 Favorites   0 Comments

Color spaces of #276cbd

RGB 39108189
HSL0.590.660.45
HSV212°79°74°
CMYK 0.790.430.00   0.26
XYZ15.384614.830650.1958
Yxy14.83060.19130.1844
Hunter Lab38.51053.9157-50.3231
CIE-Lab45.40137.8305-48.6371

#276cbd color RGB value is (39,108,189).

#276cbd hex color red value is 39, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #276cbd hue: 0.59 , saturation: 0.66 and the lightness value of 276cbd is 0.45.

The process color (four color CMYK) of #276cbd color hex is 0.79, 0.43, 0.00, 0.26. Web safe color of #276cbd is #3366cc. Color #276cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 10111101
Octal 47 154 275
Decimal 39 108 189
Hex 27 6C BD

RGB Percentages of Color #276cbd

%11.61
%32.14
%56.25

CMYK Percentages of Color #276cbd

%79
%43
%0
%26

Triadic Colors of #276cbd

#276cbd #bd276c #6cbd27

Analogous Colors of #276cbd

#276cbd #2d27bd #27b7bd

Monochromatic Colors of #276cbd

#276cbd

Complementary Color

#276cbd #bd7827

#276cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#276cbd Color CSS Codes

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

#276cbd Text Font Color

<p style="color:#276cbd">Text here</p>

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


#276cbd Background Color

<div style="background-color:#276cbd">
Div content here</div>

This div background color is #276cbd


#276cbd Border Color

<div style="border:3px solid #276cbd">
Div here</div>

This div border color is #276cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,108,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #276cbd;
  box-shadow:         1px 1px 3px 2px #276cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,108,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 #276cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276cbd


Comments

No comments written yet.

Please login to write comment.