Color Hex Logo

#276aeb Color Hex

#276AEB
(39,106,235)
0 Favorites   0 Comments

Color spaces of #276aeb

RGB 39106235
HSL0.610.830.54
HSV219°83°92°
CMYK 0.830.550.00   0.08
XYZ20.986116.737680.7218
Yxy16.73760.17720.1413
Hunter Lab40.911619.9684-88.3457
CIE-Lab47.927726.6542-70.7916

#276aeb color RGB value is (39,106,235).

#276aeb hex color red value is 39, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #276aeb hue: 0.61 , saturation: 0.83 and the lightness value of 276aeb is 0.54.

The process color (four color CMYK) of #276aeb color hex is 0.83, 0.55, 0.00, 0.08. Web safe color of #276aeb is #3366ff. Color #276aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101010 11101011
Octal 47 152 353
Decimal 39 106 235
Hex 27 6A EB

RGB Percentages of Color #276aeb

%10.26
%27.89
%61.84

CMYK Percentages of Color #276aeb

%83
%55
%0
%8

Triadic Colors of #276aeb

#276aeb #eb276a #6aeb27

Analogous Colors of #276aeb

#276aeb #4627eb #27cceb

Monochromatic Colors of #276aeb

#276aeb

Complementary Color

#276aeb #eba827

#276aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#276aeb Color CSS Codes

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

#276aeb Text Font Color

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

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


#276aeb Background Color

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

This div background color is #276aeb


#276aeb Border Color

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

This div border color is #276aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276aeb


Comments

No comments written yet.

Please login to write comment.