Color Hex Logo

#263ebd Color Hex

#263EBD
(38,62,189)
0 Favorites   0 Comments

Color spaces of #263ebd

RGB 3862189
HSL0.640.670.45
HSV230°80°74°
CMYK 0.800.670.00   0.26
XYZ11.70737.531448.9808
Yxy7.53140.17160.1104
Hunter Lab27.443428.1218-86.6100
CIE-Lab32.987337.6245-68.7838

#263ebd color RGB value is (38,62,189).

#263ebd hex color red value is 38, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #263ebd hue: 0.64 , saturation: 0.67 and the lightness value of 263ebd is 0.45.

The process color (four color CMYK) of #263ebd color hex is 0.80, 0.67, 0.00, 0.26. Web safe color of #263ebd is #3333cc. Color #263ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111110 10111101
Octal 46 76 275
Decimal 38 62 189
Hex 26 3E BD

RGB Percentages of Color #263ebd

%13.15
%21.45
%65.40

CMYK Percentages of Color #263ebd

%80
%67
%0
%26

Triadic Colors of #263ebd

#263ebd #bd263e #3ebd26

Analogous Colors of #263ebd

#263ebd #5a26bd #268abd

Monochromatic Colors of #263ebd

#263ebd

Complementary Color

#263ebd #bda526

#263ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ebd Color CSS Codes

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

#263ebd Text Font Color

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

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


#263ebd Background Color

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

This div background color is #263ebd


#263ebd Border Color

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

This div border color is #263ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ebd


Comments

No comments written yet.

Please login to write comment.