Color Hex Logo

#266cce Color Hex

#266CCE
(38,108,206)
0 Favorites   0 Comments

Color spaces of #266cce

RGB 38108206
HSL0.600.690.48
HSV215°82°81°
CMYK 0.820.480.00   0.19
XYZ17.302515.593460.4904
Yxy15.59340.18530.1670
Hunter Lab39.48859.1078-63.1814
CIE-Lab46.436514.2514-56.7649

#266cce color RGB value is (38,108,206).

#266cce hex color red value is 38, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #266cce hue: 0.60 , saturation: 0.69 and the lightness value of 266cce is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101100 11001110
Octal 46 154 316
Decimal 38 108 206
Hex 26 6C CE

RGB Percentages of Color #266cce

%10.80
%30.68
%58.52

CMYK Percentages of Color #266cce

%82
%48
%0
%19

Triadic Colors of #266cce

#266cce #ce266c #6cce26

Analogous Colors of #266cce

#266cce #3426ce #26c0ce

Monochromatic Colors of #266cce

#266cce

Complementary Color

#266cce #ce8826

#266cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#266cce Color CSS Codes

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

#266cce Text Font Color

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

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


#266cce Background Color

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

This div background color is #266cce


#266cce Border Color

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

This div border color is #266cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266cce


Comments

No comments written yet.

Please login to write comment.