Color Hex Logo

#264ccd Color Hex

#264CCD
(38,76,205)
0 Favorites   0 Comments

Color spaces of #264ccd

RGB 3876205
HSL0.630.690.48
HSV226°81°80°
CMYK 0.810.630.00   0.20
XYZ14.40329.988758.9265
Yxy9.98870.17290.1199
Hunter Lab31.604926.0386-88.4212
CIE-Lab37.822134.5773-70.1879

#264ccd color RGB value is (38,76,205).

#264ccd hex color red value is 38, green value is 76 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #264ccd hue: 0.63 , saturation: 0.69 and the lightness value of 264ccd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01001100 11001101
Octal 46 114 315
Decimal 38 76 205
Hex 26 4C CD

RGB Percentages of Color #264ccd

%11.91
%23.82
%64.26

CMYK Percentages of Color #264ccd

%81
%63
%0
%20

Triadic Colors of #264ccd

#264ccd #cd264c #4ccd26

Analogous Colors of #264ccd

#264ccd #5326cd #26a0cd

Monochromatic Colors of #264ccd

#264ccd

Complementary Color

#264ccd #cda726

#264ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#264ccd Color CSS Codes

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

#264ccd Text Font Color

<p style="color:#264ccd">Text here</p>

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


#264ccd Background Color

<div style="background-color:#264ccd">
Div content here</div>

This div background color is #264ccd


#264ccd Border Color

<div style="border:3px solid #264ccd">
Div here</div>

This div border color is #264ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,76,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #264ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #264ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #264ccd;
  box-shadow:         1px 1px 3px 2px #264ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264ccd


Comments

No comments written yet.

Please login to write comment.