Color Hex Logo

#2677aa Color Hex

#2677AA
(38,119,170)
0 Favorites   0 Comments

Color spaces of #2677aa

RGB 38119170
HSL0.560.630.41
HSV203°78°67°
CMYK 0.780.300.00   0.33
XYZ14.651916.508040.4443
Yxy16.50800.20460.2305
Hunter Lab40.6300-6.7324-30.5779
CIE-Lab47.6340-6.1898-34.0542

#2677aa color RGB value is (38,119,170).

#2677aa hex color red value is 38, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2677aa hue: 0.56 , saturation: 0.63 and the lightness value of 2677aa is 0.41.

The process color (four color CMYK) of #2677aa color hex is 0.78, 0.30, 0.00, 0.33. Web safe color of #2677aa is #336699. Color #2677aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110111 10101010
Octal 46 167 252
Decimal 38 119 170
Hex 26 77 AA

RGB Percentages of Color #2677aa

%11.62
%36.39
%51.99

CMYK Percentages of Color #2677aa

%78
%30
%0
%33

Triadic Colors of #2677aa

#2677aa #aa2677 #77aa26

Analogous Colors of #2677aa

#2677aa #2635aa #26aa9b

Monochromatic Colors of #2677aa

#2677aa

Complementary Color

#2677aa #aa5926

#2677aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2677aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2677aa Color CSS Codes

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

#2677aa Text Font Color

<p style="color:#2677aa">Text here</p>

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


#2677aa Background Color

<div style="background-color:#2677aa">
Div content here</div>

This div background color is #2677aa


#2677aa Border Color

<div style="border:3px solid #2677aa">
Div here</div>

This div border color is #2677aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,119,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2677aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2677aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2677aa;
  box-shadow:         1px 1px 3px 2px #2677aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,119,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2677aa


Comments

No comments written yet.

Please login to write comment.