Color Hex Logo

#276cac Color Hex

#276CAC
(39,108,172)
0 Favorites   0 Comments

Color spaces of #276cac

RGB 39108172
HSL0.580.630.41
HSV209°77°67°
CMYK 0.770.370.00   0.33
XYZ13.645714.135041.0389
Yxy14.13500.19830.2054
Hunter Lab37.5965-1.0072-38.4010
CIE-Lab44.42591.3552-40.2866

#276cac color RGB value is (39,108,172).

#276cac hex color red value is 39, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #276cac hue: 0.58 , saturation: 0.63 and the lightness value of 276cac is 0.41.

The process color (four color CMYK) of #276cac color hex is 0.77, 0.37, 0.00, 0.33. Web safe color of #276cac is #336699. Color #276cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 10101100
Octal 47 154 254
Decimal 39 108 172
Hex 27 6C AC

RGB Percentages of Color #276cac

%12.23
%33.86
%53.92

CMYK Percentages of Color #276cac

%77
%37
%0
%33

Triadic Colors of #276cac

#276cac #ac276c #6cac27

Analogous Colors of #276cac

#276cac #272aac #27acaa

Monochromatic Colors of #276cac

#276cac

Complementary Color

#276cac #ac6727

#276cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#276cac Color CSS Codes

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

#276cac Text Font Color

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

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


#276cac Background Color

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

This div background color is #276cac


#276cac Border Color

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

This div border color is #276cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,108,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276cac


Comments

No comments written yet.

Please login to write comment.