Color Hex Logo

#276fcc Color Hex

#276FCC
(39,111,204)
0 Favorites   0 Comments

Color spaces of #276fcc

RGB 39111204
HSL0.590.680.48
HSV214°81°80°
CMYK 0.810.460.00   0.20
XYZ17.420216.159859.3278
Yxy16.15980.18750.1739
Hunter Lab40.19937.0036-59.3633
CIE-Lab47.183411.6728-54.4169

#276fcc color RGB value is (39,111,204).

#276fcc hex color red value is 39, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #276fcc hue: 0.59 , saturation: 0.68 and the lightness value of 276fcc is 0.48.

The process color (four color CMYK) of #276fcc color hex is 0.81, 0.46, 0.00, 0.20. Web safe color of #276fcc is #3366cc. Color #276fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 11001100
Octal 47 157 314
Decimal 39 111 204
Hex 27 6F CC

RGB Percentages of Color #276fcc

%11.02
%31.36
%57.63

CMYK Percentages of Color #276fcc

%81
%46
%0
%20

Triadic Colors of #276fcc

#276fcc #cc276f #6fcc27

Analogous Colors of #276fcc

#276fcc #3227cc #27c2cc

Monochromatic Colors of #276fcc

#276fcc

Complementary Color

#276fcc #cc8427

#276fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#276fcc Color CSS Codes

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

#276fcc Text Font Color

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

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


#276fcc Background Color

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

This div background color is #276fcc


#276fcc Border Color

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

This div border color is #276fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276fcc


Comments

No comments written yet.

Please login to write comment.