Color Hex Logo

#276bda Color Hex

#276BDA
(39,107,218)
0 Favorites   0 Comments

Color spaces of #276bda

RGB 39107218
HSL0.600.710.50
HSV217°82°85°
CMYK 0.820.510.00   0.15
XYZ18.749316.008768.4315
Yxy16.00870.18170.1551
Hunter Lab40.010913.6270-73.3974
CIE-Lab46.985919.5711-62.7186

#276bda color RGB value is (39,107,218).

#276bda hex color red value is 39, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #276bda hue: 0.60 , saturation: 0.71 and the lightness value of 276bda is 0.50.

The process color (four color CMYK) of #276bda color hex is 0.82, 0.51, 0.00, 0.15. Web safe color of #276bda is #3366cc. Color #276bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 11011010
Octal 47 153 332
Decimal 39 107 218
Hex 27 6B DA

RGB Percentages of Color #276bda

%10.71
%29.40
%59.89

CMYK Percentages of Color #276bda

%82
%51
%0
%15

Triadic Colors of #276bda

#276bda #da276b #6bda27

Analogous Colors of #276bda

#276bda #3c27da #27c5da

Monochromatic Colors of #276bda

#276bda

Complementary Color

#276bda #da9627

#276bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bda Color CSS Codes

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

#276bda Text Font Color

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

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


#276bda Background Color

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

This div background color is #276bda


#276bda Border Color

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

This div border color is #276bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bda


Comments

No comments written yet.

Please login to write comment.