Color Hex Logo

#266ad9 Color Hex

#266AD9
(38,106,217)
0 Favorites   0 Comments

Color spaces of #266ad9

RGB 38106217
HSL0.600.700.50
HSV217°82°85°
CMYK 0.820.510.00   0.15
XYZ18.477715.729967.7079
Yxy15.72990.18130.1543
Hunter Lab39.660913.7550-73.4554
CIE-Lab46.618119.7441-62.7467

#266ad9 color RGB value is (38,106,217).

#266ad9 hex color red value is 38, green value is 106 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #266ad9 hue: 0.60 , saturation: 0.70 and the lightness value of 266ad9 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101010 11011001
Octal 46 152 331
Decimal 38 106 217
Hex 26 6A D9

RGB Percentages of Color #266ad9

%10.53
%29.36
%60.11

CMYK Percentages of Color #266ad9

%82
%51
%0
%15

Triadic Colors of #266ad9

#266ad9 #d9266a #6ad926

Analogous Colors of #266ad9

#266ad9 #3b26d9 #26c4d9

Monochromatic Colors of #266ad9

#266ad9

Complementary Color

#266ad9 #d99526

#266ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#266ad9 Color CSS Codes

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

#266ad9 Text Font Color

<p style="color:#266ad9">Text here</p>

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


#266ad9 Background Color

<div style="background-color:#266ad9">
Div content here</div>

This div background color is #266ad9


#266ad9 Border Color

<div style="border:3px solid #266ad9">
Div here</div>

This div border color is #266ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,106,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #266ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #266ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #266ad9;
  box-shadow:         1px 1px 3px 2px #266ad9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266ad9


Comments

No comments written yet.

Please login to write comment.