Color Hex Logo

#266ebe Color Hex

#266EBE
(38,110,190)
0 Favorites   0 Comments

Color spaces of #266ebe

RGB 38110190
HSL0.590.670.45
HSV212°80°75°
CMYK 0.800.420.00   0.25
XYZ15.669515.281650.8390
Yxy15.28160.19160.1868
Hunter Lab39.09173.1394-49.7429
CIE-Lab46.01756.8462-48.2318

#266ebe color RGB value is (38,110,190).

#266ebe hex color red value is 38, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #266ebe hue: 0.59 , saturation: 0.67 and the lightness value of 266ebe is 0.45.

The process color (four color CMYK) of #266ebe color hex is 0.80, 0.42, 0.00, 0.25. Web safe color of #266ebe is #3366cc. Color #266ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101110 10111110
Octal 46 156 276
Decimal 38 110 190
Hex 26 6E BE

RGB Percentages of Color #266ebe

%11.24
%32.54
%56.21

CMYK Percentages of Color #266ebe

%80
%42
%0
%25

Triadic Colors of #266ebe

#266ebe #be266e #6ebe26

Analogous Colors of #266ebe

#266ebe #2a26be #26babe

Monochromatic Colors of #266ebe

#266ebe

Complementary Color

#266ebe #be7626

#266ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#266ebe Color CSS Codes

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

#266ebe Text Font Color

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

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


#266ebe Background Color

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

This div background color is #266ebe


#266ebe Border Color

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

This div border color is #266ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266ebe


Comments

No comments written yet.

Please login to write comment.