Color Hex Logo

#279caf Color Hex

#279CAF
(39,156,175)
0 Favorites   0 Comments

Color spaces of #279caf

RGB 39156175
HSL0.520.640.42
HSV188°78°69°
CMYK 0.780.110.00   0.31
XYZ20.463027.303444.7490
Yxy27.30340.22120.2951
Hunter Lab52.2527-21.5386-14.1989
CIE-Lab59.2541-24.6986-18.9493

#279caf color RGB value is (39,156,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10011100 10101111
Octal 47 234 257
Decimal 39 156 175
Hex 27 9C AF

RGB Percentages of Color #279caf

%10.54
%42.16
%47.30

CMYK Percentages of Color #279caf

%78
%11
%0
%31

Triadic Colors of #279caf

#279caf #af279c #9caf27

Analogous Colors of #279caf

#279caf #2758af #27af7e

Monochromatic Colors of #279caf

#279caf

Complementary Color

#279caf #af3a27

#279caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#279caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#279caf Color CSS Codes

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

#279caf Text Font Color

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

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


#279caf Background Color

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

This div background color is #279caf


#279caf Border Color

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

This div border color is #279caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #279caf


Comments

No comments written yet.

Please login to write comment.