Color Hex Logo

#277fae Color Hex

#277FAE
(39,127,174)
0 Favorites   0 Comments

Color spaces of #277fae

RGB 39127174
HSL0.560.630.42
HSV201°78°68°
CMYK 0.780.270.00   0.32
XYZ16.066118.666142.8005
Yxy18.66610.20720.2408
Hunter Lab43.2043-9.2298-28.4929
CIE-Lab50.2942-9.2942-32.2070

#277fae color RGB value is (39,127,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 10101110
Octal 47 177 256
Decimal 39 127 174
Hex 27 7F AE

RGB Percentages of Color #277fae

%11.47
%37.35
%51.18

CMYK Percentages of Color #277fae

%78
%27
%0
%32

Triadic Colors of #277fae

#277fae #ae277f #7fae27

Analogous Colors of #277fae

#277fae #273cae #27ae9a

Monochromatic Colors of #277fae

#277fae

Complementary Color

#277fae #ae5627

#277fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fae Color CSS Codes

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

#277fae Text Font Color

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

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


#277fae Background Color

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

This div background color is #277fae


#277fae Border Color

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

This div border color is #277fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,127,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 #277fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fae


Comments

No comments written yet.

Please login to write comment.