Color Hex Logo

#4267cc Color Hex

#4267CC
(66,103,204)
0 Favorites   0 Comments

Color spaces of #4267cc

RGB 66103204
HSL0.620.580.53
HSV224°68°80°
CMYK 0.680.500.00   0.20
XYZ17.996115.218459.1157
Yxy15.21840.19490.1648
Hunter Lab39.010814.0752-62.5387
CIE-Lab45.931920.1633-56.3798

#4267cc color RGB value is (66,103,204).

#4267cc hex color red value is 66, green value is 103 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4267cc hue: 0.62 , saturation: 0.58 and the lightness value of 4267cc is 0.53.

The process color (four color CMYK) of #4267cc color hex is 0.68, 0.50, 0.00, 0.20. Web safe color of #4267cc is #3366cc. Color #4267cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 11001100
Octal 102 147 314
Decimal 66 103 204
Hex 42 67 CC

RGB Percentages of Color #4267cc

%17.69
%27.61
%54.69

CMYK Percentages of Color #4267cc

%68
%50
%0
%20

Triadic Colors of #4267cc

#4267cc #cc4267 #67cc42

Analogous Colors of #4267cc

#4267cc #6242cc #42accc

Monochromatic Colors of #4267cc

#4267cc

Complementary Color

#4267cc #cca742

#4267cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4267cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4267cc Color CSS Codes

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

#4267cc Text Font Color

<p style="color:#4267cc">Text here</p>

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


#4267cc Background Color

<div style="background-color:#4267cc">
Div content here</div>

This div background color is #4267cc


#4267cc Border Color

<div style="border:3px solid #4267cc">
Div here</div>

This div border color is #4267cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,103,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4267cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4267cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4267cc;
  box-shadow:         1px 1px 3px 2px #4267cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,103,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 #4267cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4267cc


Comments

No comments written yet.

Please login to write comment.