Color Hex Logo

#263bae Color Hex

#263BAE
(38,59,174)
0 Favorites   0 Comments

Color spaces of #263bae

RGB 3859174
HSL0.640.640.42
HSV231°78°68°
CMYK 0.780.660.00   0.32
XYZ10.00336.596040.7903
Yxy6.59600.17430.1149
Hunter Lab25.682724.5803-76.1890
CIE-Lab30.868934.0475-63.3684

#263bae color RGB value is (38,59,174).

#263bae hex color red value is 38, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #263bae hue: 0.64 , saturation: 0.64 and the lightness value of 263bae is 0.42.

The process color (four color CMYK) of #263bae color hex is 0.78, 0.66, 0.00, 0.32. Web safe color of #263bae is #333399. Color #263bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111011 10101110
Octal 46 73 256
Decimal 38 59 174
Hex 26 3B AE

RGB Percentages of Color #263bae

%14.02
%21.77
%64.21

CMYK Percentages of Color #263bae

%78
%66
%0
%32

Triadic Colors of #263bae

#263bae #ae263b #3bae26

Analogous Colors of #263bae

#263bae #5526ae #267fae

Monochromatic Colors of #263bae

#263bae

Complementary Color

#263bae #ae9926

#263bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#263bae Color CSS Codes

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

#263bae Text Font Color

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

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


#263bae Background Color

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

This div background color is #263bae


#263bae Border Color

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

This div border color is #263bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263bae


Comments

No comments written yet.

Please login to write comment.