Color Hex Logo

#276c71 Color Hex

#276C71
(39,108,113)
0 Favorites   0 Comments

Color spaces of #276c71

RGB 39108113
HSL0.510.490.30
HSV184°65°44°
CMYK 0.650.040.00   0.56
XYZ9.179912.348717.5225
Yxy12.34870.23510.3162
Hunter Lab35.1407-14.8662-4.9658
CIE-Lab41.7650-19.5821-9.1917

#276c71 color RGB value is (39,108,113).

#276c71 hex color red value is 39, green value is 108 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #276c71 hue: 0.51 , saturation: 0.49 and the lightness value of 276c71 is 0.30.

The process color (four color CMYK) of #276c71 color hex is 0.65, 0.04, 0.00, 0.56. Web safe color of #276c71 is #336666. Color #276c71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 01110001
Octal 47 154 161
Decimal 39 108 113
Hex 27 6C 71

RGB Percentages of Color #276c71

%15.00
%41.54
%43.46

CMYK Percentages of Color #276c71

%65
%4
%0
%56

Triadic Colors of #276c71

#276c71 #71276c #6c7127

Analogous Colors of #276c71

#276c71 #274771 #277151

Monochromatic Colors of #276c71

#276c71

Complementary Color

#276c71 #712c27

#276c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276c71 Color CSS Codes

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

#276c71 Text Font Color

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

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


#276c71 Background Color

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

This div background color is #276c71


#276c71 Border Color

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

This div border color is #276c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276c71


Comments

No comments written yet.

Please login to write comment.