Color Hex Logo

#263dcc Color Hex

#263DCC
(38,61,204)
0 Favorites   0 Comments

Color spaces of #263dcc

RGB 3861204
HSL0.640.690.47
HSV232°81°80°
CMYK 0.810.700.00   0.20
XYZ13.36728.109257.9874
Yxy8.10920.16820.1020
Hunter Lab28.476733.9554-100.7994
CIE-Lab34.209343.5991-75.5465

#263dcc color RGB value is (38,61,204).

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

The process color (four color CMYK) of #263dcc color hex is 0.81, 0.70, 0.00, 0.20. Web safe color of #263dcc is #3333cc. Color #263dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111101 11001100
Octal 46 75 314
Decimal 38 61 204
Hex 26 3D CC

RGB Percentages of Color #263dcc

%12.54
%20.13
%67.33

CMYK Percentages of Color #263dcc

%81
%70
%0
%20

Triadic Colors of #263dcc

#263dcc #cc263d #3dcc26

Analogous Colors of #263dcc

#263dcc #6226cc #2690cc

Monochromatic Colors of #263dcc

#263dcc

Complementary Color

#263dcc #ccb526

#263dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#263dcc Color CSS Codes

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

#263dcc Text Font Color

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

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


#263dcc Background Color

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

This div background color is #263dcc


#263dcc Border Color

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

This div border color is #263dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263dcc


Comments

No comments written yet.

Please login to write comment.