Color Hex Logo

#263fcc Color Hex

#263FCC
(38,63,204)
0 Favorites   0 Comments

Color spaces of #263fcc

RGB 3863204
HSL0.640.690.47
HSV231°81°80°
CMYK 0.810.690.00   0.20
XYZ13.47598.326758.0237
Yxy8.32670.16880.1043
Hunter Lab28.856032.8623-99.0211
CIE-Lab34.654242.3841-74.8132

#263fcc color RGB value is (38,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111111 11001100
Octal 46 77 314
Decimal 38 63 204
Hex 26 3F CC

RGB Percentages of Color #263fcc

%12.46
%20.66
%66.89

CMYK Percentages of Color #263fcc

%81
%69
%0
%20

Triadic Colors of #263fcc

#263fcc #cc263f #3fcc26

Analogous Colors of #263fcc

#263fcc #6026cc #2692cc

Monochromatic Colors of #263fcc

#263fcc

Complementary Color

#263fcc #ccb326

#263fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#263fcc Color CSS Codes

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

#263fcc Text Font Color

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

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


#263fcc Background Color

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

This div background color is #263fcc


#263fcc Border Color

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

This div border color is #263fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263fcc


Comments

No comments written yet.

Please login to write comment.