Color Hex Logo

#276bad Color Hex

#276BAD
(39,107,173)
0 Favorites   0 Comments

Color spaces of #276bad

RGB 39107173
HSL0.580.630.42
HSV210°77°68°
CMYK 0.770.380.00   0.32
XYZ13.637213.963941.5117
Yxy13.96390.19730.2020
Hunter Lab37.3683-0.2527-39.7063
CIE-Lab44.18112.3560-41.2613

#276bad color RGB value is (39,107,173).

#276bad hex color red value is 39, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #276bad hue: 0.58 , saturation: 0.63 and the lightness value of 276bad is 0.42.

The process color (four color CMYK) of #276bad color hex is 0.77, 0.38, 0.00, 0.32. Web safe color of #276bad is #336699. Color #276bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 10101101
Octal 47 153 255
Decimal 39 107 173
Hex 27 6B AD

RGB Percentages of Color #276bad

%12.23
%33.54
%54.23

CMYK Percentages of Color #276bad

%77
%38
%0
%32

Triadic Colors of #276bad

#276bad #ad276b #6bad27

Analogous Colors of #276bad

#276bad #2728ad #27adac

Monochromatic Colors of #276bad

#276bad

Complementary Color

#276bad #ad6927

#276bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bad Color CSS Codes

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

#276bad Text Font Color

<p style="color:#276bad">Text here</p>

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


#276bad Background Color

<div style="background-color:#276bad">
Div content here</div>

This div background color is #276bad


#276bad Border Color

<div style="border:3px solid #276bad">
Div here</div>

This div border color is #276bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,107,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276bad;
  -webkit-box-shadow: 1px 1px 3px 2px #276bad;
  box-shadow:         1px 1px 3px 2px #276bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bad


Comments

No comments written yet.

Please login to write comment.