Color Hex Logo

#263ddc Color Hex

#263DDC
(38,61,220)
0 Favorites   0 Comments

Color spaces of #263ddc

RGB 3861220
HSL0.650.720.51
HSV232°83°86°
CMYK 0.830.720.00   0.14
XYZ15.38638.916968.6203
Yxy8.91690.16560.0960
Hunter Lab29.861239.7170-115.3442
CIE-Lab35.823849.1228-82.1210

#263ddc color RGB value is (38,61,220).

#263ddc hex color red value is 38, green value is 61 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #263ddc hue: 0.65 , saturation: 0.72 and the lightness value of 263ddc is 0.51.

The process color (four color CMYK) of #263ddc color hex is 0.83, 0.72, 0.00, 0.14. Web safe color of #263ddc is #3333cc. Color #263ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111101 11011100
Octal 46 75 334
Decimal 38 61 220
Hex 26 3D DC

RGB Percentages of Color #263ddc

%11.91
%19.12
%68.97

CMYK Percentages of Color #263ddc

%83
%72
%0
%14

Triadic Colors of #263ddc

#263ddc #dc263d #3ddc26

Analogous Colors of #263ddc

#263ddc #6a26dc #2698dc

Monochromatic Colors of #263ddc

#263ddc

Complementary Color

#263ddc #dcc526

#263ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#263ddc Color CSS Codes

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

#263ddc Text Font Color

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

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


#263ddc Background Color

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

This div background color is #263ddc


#263ddc Border Color

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

This div border color is #263ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263ddc


Comments

No comments written yet.

Please login to write comment.