Color Hex Logo

#276eda Color Hex

#276EDA
(39,110,218)
0 Favorites   0 Comments

Color spaces of #276eda

RGB 39110218
HSL0.600.710.50
HSV216°82°85°
CMYK 0.820.500.00   0.15
XYZ19.067516.645268.5375
Yxy16.64520.18290.1597
Hunter Lab40.798512.0259-71.0424
CIE-Lab47.809817.6570-61.3864

#276eda color RGB value is (39,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101110 11011010
Octal 47 156 332
Decimal 39 110 218
Hex 27 6E DA

RGB Percentages of Color #276eda

%10.63
%29.97
%59.40

CMYK Percentages of Color #276eda

%82
%50
%0
%15

Triadic Colors of #276eda

#276eda #da276e #6eda27

Analogous Colors of #276eda

#276eda #3927da #27c8da

Monochromatic Colors of #276eda

#276eda

Complementary Color

#276eda #da9327

#276eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#276eda Color CSS Codes

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

#276eda Text Font Color

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

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


#276eda Background Color

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

This div background color is #276eda


#276eda Border Color

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

This div border color is #276eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276eda


Comments

No comments written yet.

Please login to write comment.