Color Hex Logo

#263cce Color Hex

#263CCE
(38,60,206)
0 Favorites   0 Comments

Color spaces of #263cce

RGB 3860206
HSL0.640.690.48
HSV232°82°81°
CMYK 0.820.710.00   0.19
XYZ13.55588.100059.2415
Yxy8.10000.16760.1001
Hunter Lab28.460535.2141-103.4918
CIE-Lab34.190344.8981-76.7396

#263cce color RGB value is (38,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111100 11001110
Octal 46 74 316
Decimal 38 60 206
Hex 26 3C CE

RGB Percentages of Color #263cce

%12.50
%19.74
%67.76

CMYK Percentages of Color #263cce

%82
%71
%0
%19

Triadic Colors of #263cce

#263cce #ce263c #3cce26

Analogous Colors of #263cce

#263cce #6426ce #2690ce

Monochromatic Colors of #263cce

#263cce

Complementary Color

#263cce #ceb826

#263cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#263cce Color CSS Codes

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

#263cce Text Font Color

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

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


#263cce Background Color

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

This div background color is #263cce


#263cce Border Color

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

This div border color is #263cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,60,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 #263cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263cce


Comments

No comments written yet.

Please login to write comment.