Color Hex Logo

#276cde Color Hex

#276CDE
(39,108,222)
0 Favorites   0 Comments

Color spaces of #276cde

RGB 39108222
HSL0.600.730.51
HSV217°82°87°
CMYK 0.820.510.00   0.13
XYZ19.384116.430471.2570
Yxy16.43040.18100.1535
Hunter Lab40.534414.4258-75.8540
CIE-Lab47.534220.4563-64.0994

#276cde color RGB value is (39,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 11011110
Octal 47 154 336
Decimal 39 108 222
Hex 27 6C DE

RGB Percentages of Color #276cde

%10.57
%29.27
%60.16

CMYK Percentages of Color #276cde

%82
%51
%0
%13

Triadic Colors of #276cde

#276cde #de276c #6cde27

Analogous Colors of #276cde

#276cde #3d27de #27c8de

Monochromatic Colors of #276cde

#276cde

Complementary Color

#276cde #de9927

#276cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#276cde Color CSS Codes

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

#276cde Text Font Color

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

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


#276cde Background Color

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

This div background color is #276cde


#276cde Border Color

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

This div border color is #276cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276cde


Comments

No comments written yet.

Please login to write comment.