Color Hex Logo

#277c7e Color Hex

#277C7E
(39,124,126)
0 Favorites   0 Comments

Color spaces of #277c7e

RGB 39124126
HSL0.500.530.32
HSV181°69°49°
CMYK 0.690.020.00   0.51
XYZ11.810216.353022.2726
Yxy16.35300.23420.3242
Hunter Lab40.4388-18.6369-4.3481
CIE-Lab47.4342-23.9202-8.4727

#277c7e color RGB value is (39,124,126).

#277c7e hex color red value is 39, green value is 124 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #277c7e hue: 0.50 , saturation: 0.53 and the lightness value of 277c7e is 0.32.

The process color (four color CMYK) of #277c7e color hex is 0.69, 0.02, 0.00, 0.51. Web safe color of #277c7e is #336666. Color #277c7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 01111110
Octal 47 174 176
Decimal 39 124 126
Hex 27 7C 7E

RGB Percentages of Color #277c7e

%13.49
%42.91
%43.60

CMYK Percentages of Color #277c7e

%69
%2
%0
%51

Triadic Colors of #277c7e

#277c7e #7e277c #7c7e27

Analogous Colors of #277c7e

#277c7e #27517e #277e55

Monochromatic Colors of #277c7e

#277c7e

Complementary Color

#277c7e #7e2927

#277c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#277c7e Color CSS Codes

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

#277c7e Text Font Color

<p style="color:#277c7e">Text here</p>

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


#277c7e Background Color

<div style="background-color:#277c7e">
Div content here</div>

This div background color is #277c7e


#277c7e Border Color

<div style="border:3px solid #277c7e">
Div here</div>

This div border color is #277c7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,124,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277c7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277c7e;
  -webkit-box-shadow: 1px 1px 3px 2px #277c7e;
  box-shadow:         1px 1px 3px 2px #277c7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277c7e


Comments

No comments written yet.

Please login to write comment.