Color Hex Logo

#276acc Color Hex

#276ACC
(39,106,204)
0 Favorites   0 Comments

Color spaces of #276acc

RGB 39106204
HSL0.600.680.48
HSV216°81°80°
CMYK 0.810.480.00   0.20
XYZ16.889815.099059.1510
Yxy15.09900.18530.1657
Hunter Lab38.85749.5864-63.0544
CIE-Lab45.769514.8551-56.6923

#276acc color RGB value is (39,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101010 11001100
Octal 47 152 314
Decimal 39 106 204
Hex 27 6A CC

RGB Percentages of Color #276acc

%11.17
%30.37
%58.45

CMYK Percentages of Color #276acc

%81
%48
%0
%20

Triadic Colors of #276acc

#276acc #cc276a #6acc27

Analogous Colors of #276acc

#276acc #3627cc #27bdcc

Monochromatic Colors of #276acc

#276acc

Complementary Color

#276acc #cc8927

#276acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#276acc Color CSS Codes

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

#276acc Text Font Color

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

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


#276acc Background Color

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

This div background color is #276acc


#276acc Border Color

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

This div border color is #276acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276acc


Comments

No comments written yet.

Please login to write comment.