Color Hex Logo

#277b8a Color Hex

#277B8A
(39,123,138)
0 Favorites   0 Comments

Color spaces of #277b8a

RGB 39123138
HSL0.530.560.35
HSV189°72°54°
CMYK 0.720.110.00   0.46
XYZ12.507116.432226.5573
Yxy16.43220.22540.2961
Hunter Lab40.5367-15.8651-10.4678
CIE-Lab47.5365-19.5468-15.4144

#277b8a color RGB value is (39,123,138).

#277b8a hex color red value is 39, green value is 123 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #277b8a hue: 0.53 , saturation: 0.56 and the lightness value of 277b8a is 0.35.

The process color (four color CMYK) of #277b8a color hex is 0.72, 0.11, 0.00, 0.46. Web safe color of #277b8a is #336699. Color #277b8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111011 10001010
Octal 47 173 212
Decimal 39 123 138
Hex 27 7B 8A

RGB Percentages of Color #277b8a

%13.00
%41.00
%46.00

CMYK Percentages of Color #277b8a

%72
%11
%0
%46

Triadic Colors of #277b8a

#277b8a #8a277b #7b8a27

Analogous Colors of #277b8a

#277b8a #274a8a #278a68

Monochromatic Colors of #277b8a

#277b8a

Complementary Color

#277b8a #8a3627

#277b8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277b8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#277b8a Color CSS Codes

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

#277b8a Text Font Color

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

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


#277b8a Background Color

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

This div background color is #277b8a


#277b8a Border Color

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

This div border color is #277b8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277b8a


Comments

No comments written yet.

Please login to write comment.