Color Hex Logo

#276bdc Color Hex

#276BDC
(39,107,220)
0 Favorites   0 Comments

Color spaces of #276bdc

RGB 39107220
HSL0.600.720.51
HSV217°82°86°
CMYK 0.820.510.00   0.14
XYZ19.012716.114069.8184
Yxy16.11400.18120.1535
Hunter Lab40.142214.2946-75.0220
CIE-Lab47.123720.3338-63.6306

#276bdc color RGB value is (39,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 11011100
Octal 47 153 334
Decimal 39 107 220
Hex 27 6B DC

RGB Percentages of Color #276bdc

%10.66
%29.23
%60.11

CMYK Percentages of Color #276bdc

%82
%51
%0
%14

Triadic Colors of #276bdc

#276bdc #dc276b #6bdc27

Analogous Colors of #276bdc

#276bdc #3d27dc #27c6dc

Monochromatic Colors of #276bdc

#276bdc

Complementary Color

#276bdc #dc9827

#276bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bdc Color CSS Codes

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

#276bdc Text Font Color

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

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


#276bdc Background Color

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

This div background color is #276bdc


#276bdc Border Color

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

This div border color is #276bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bdc


Comments

No comments written yet.

Please login to write comment.