Color Hex Logo

#277aae Color Hex

#277AAE
(39,122,174)
0 Favorites   0 Comments

Color spaces of #277aae

RGB 39122174
HSL0.560.630.42
HSV203°78°68°
CMYK 0.780.300.00   0.32
XYZ15.436217.406442.5906
Yxy17.40640.20460.2308
Hunter Lab41.7210-6.9691-31.3211
CIE-Lab48.7681-6.3771-34.5984

#277aae color RGB value is (39,122,174).

#277aae hex color red value is 39, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #277aae hue: 0.56 , saturation: 0.63 and the lightness value of 277aae is 0.42.

The process color (four color CMYK) of #277aae color hex is 0.78, 0.30, 0.00, 0.32. Web safe color of #277aae is #336699. Color #277aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111010 10101110
Octal 47 172 256
Decimal 39 122 174
Hex 27 7A AE

RGB Percentages of Color #277aae

%11.64
%36.42
%51.94

CMYK Percentages of Color #277aae

%78
%30
%0
%32

Triadic Colors of #277aae

#277aae #ae277a #7aae27

Analogous Colors of #277aae

#277aae #2737ae #27ae9f

Monochromatic Colors of #277aae

#277aae

Complementary Color

#277aae #ae5b27

#277aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#277aae Color CSS Codes

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

#277aae Text Font Color

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

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


#277aae Background Color

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

This div background color is #277aae


#277aae Border Color

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

This div border color is #277aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277aae


Comments

No comments written yet.

Please login to write comment.