Color Hex Logo

#263dae Color Hex

#263DAE
(38,61,174)
0 Favorites   0 Comments

Color spaces of #263dae

RGB 3861174
HSL0.640.640.42
HSV230°78°68°
CMYK 0.780.650.00   0.32
XYZ10.10816.805540.8252
Yxy6.80550.17510.1179
Hunter Lab26.087423.5108-74.5243
CIE-Lab31.360032.7524-62.5629

#263dae color RGB value is (38,61,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111101 10101110
Octal 46 75 256
Decimal 38 61 174
Hex 26 3D AE

RGB Percentages of Color #263dae

%13.92
%22.34
%63.74

CMYK Percentages of Color #263dae

%78
%65
%0
%32

Triadic Colors of #263dae

#263dae #ae263d #3dae26

Analogous Colors of #263dae

#263dae #5326ae #2681ae

Monochromatic Colors of #263dae

#263dae

Complementary Color

#263dae #ae9726

#263dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#263dae Color CSS Codes

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

#263dae Text Font Color

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

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


#263dae Background Color

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

This div background color is #263dae


#263dae Border Color

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

This div border color is #263dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263dae


Comments

No comments written yet.

Please login to write comment.