Color Hex Logo

#276c6e Color Hex

#276C6E
(39,108,110)
0 Favorites   0 Comments

Color spaces of #276c6e

RGB 39108110
HSL0.500.480.29
HSV182°65°43°
CMYK 0.650.020.00   0.57
XYZ9.013712.282216.6475
Yxy12.28220.23760.3237
Hunter Lab35.0460-15.4209-3.6317
CIE-Lab41.6612-20.5272-7.5290

#276c6e color RGB value is (39,108,110).

#276c6e hex color red value is 39, green value is 108 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #276c6e hue: 0.50 , saturation: 0.48 and the lightness value of 276c6e is 0.29.

The process color (four color CMYK) of #276c6e color hex is 0.65, 0.02, 0.00, 0.57. Web safe color of #276c6e is #336666. Color #276c6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 01101110
Octal 47 154 156
Decimal 39 108 110
Hex 27 6C 6E

RGB Percentages of Color #276c6e

%15.18
%42.02
%42.80

CMYK Percentages of Color #276c6e

%65
%2
%0
%57

Triadic Colors of #276c6e

#276c6e #6e276c #6c6e27

Analogous Colors of #276c6e

#276c6e #27496e #276e4d

Monochromatic Colors of #276c6e

#276c6e

Complementary Color

#276c6e #6e2927

#276c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#276c6e Color CSS Codes

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

#276c6e Text Font Color

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

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


#276c6e Background Color

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

This div background color is #276c6e


#276c6e Border Color

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

This div border color is #276c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276c6e


Comments

No comments written yet.

Please login to write comment.