Color Hex Logo

#263ceb Color Hex

#263CEB
(38,60,235)
0 Favorites   0 Comments

Color spaces of #263ceb

RGB 3860235
HSL0.650.830.54
HSV233°84°92°
CMYK 0.840.740.00   0.08
XYZ17.41069.641979.5407
Yxy9.64190.16330.0905
Hunter Lab31.051445.7454-130.1402
CIE-Lab37.191954.6876-88.4145

#263ceb color RGB value is (38,60,235).

#263ceb hex color red value is 38, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #263ceb hue: 0.65 , saturation: 0.83 and the lightness value of 263ceb is 0.54.

The process color (four color CMYK) of #263ceb color hex is 0.84, 0.74, 0.00, 0.08. Web safe color of #263ceb is #3333ff. Color #263ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111100 11101011
Octal 46 74 353
Decimal 38 60 235
Hex 26 3C EB

RGB Percentages of Color #263ceb

%11.41
%18.02
%70.57

CMYK Percentages of Color #263ceb

%84
%74
%0
%8

Triadic Colors of #263ceb

#263ceb #eb263c #3ceb26

Analogous Colors of #263ceb

#263ceb #7326eb #269feb

Monochromatic Colors of #263ceb

#263ceb

Complementary Color

#263ceb #ebd526

#263ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ceb Color CSS Codes

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

#263ceb Text Font Color

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

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


#263ceb Background Color

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

This div background color is #263ceb


#263ceb Border Color

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

This div border color is #263ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ceb


Comments

No comments written yet.

Please login to write comment.