Color Hex Logo

#279aae Color Hex

#279AAE
(39,154,174)
0 Favorites   0 Comments

Color spaces of #279aae

RGB 39154174
HSL0.520.630.42
HSV189°78°68°
CMYK 0.780.110.00   0.32
XYZ20.032326.598544.1226
Yxy26.59850.22070.2931
Hunter Lab51.5737-20.9210-14.6224
CIE-Lab58.6008-24.0002-19.3785

#279aae color RGB value is (39,154,174).

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

The process color (four color CMYK) of #279aae color hex is 0.78, 0.11, 0.00, 0.32. Web safe color of #279aae is #339999. Color #279aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10011010 10101110
Octal 47 232 256
Decimal 39 154 174
Hex 27 9A AE

RGB Percentages of Color #279aae

%10.63
%41.96
%47.41

CMYK Percentages of Color #279aae

%78
%11
%0
%32

Triadic Colors of #279aae

#279aae #ae279a #9aae27

Analogous Colors of #279aae

#279aae #2757ae #27ae7f

Monochromatic Colors of #279aae

#279aae

Complementary Color

#279aae #ae3b27

#279aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#279aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#279aae Color CSS Codes

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

#279aae Text Font Color

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

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


#279aae Background Color

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

This div background color is #279aae


#279aae Border Color

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

This div border color is #279aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #279aae


Comments

No comments written yet.

Please login to write comment.