Color Hex Logo

#4293cc Color Hex

#4293CC
(66,147,204)
0 Favorites   0 Comments

Color spaces of #4293cc

RGB 66147204
HSL0.570.580.53
HSV205°68°80°
CMYK 0.680.280.00   0.20
XYZ23.579626.385360.9768
Yxy26.38530.21250.2378
Hunter Lab51.3666-7.9520-34.4259
CIE-Lab58.4010-6.5205-36.5759

#4293cc color RGB value is (66,147,204).

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

The process color (four color CMYK) of #4293cc color hex is 0.68, 0.28, 0.00, 0.20. Web safe color of #4293cc is #3399cc. Color #4293cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010011 11001100
Octal 102 223 314
Decimal 66 147 204
Hex 42 93 CC

RGB Percentages of Color #4293cc

%15.83
%35.25
%48.92

CMYK Percentages of Color #4293cc

%68
%28
%0
%20

Triadic Colors of #4293cc

#4293cc #cc4293 #93cc42

Analogous Colors of #4293cc

#4293cc #424ecc #42ccc0

Monochromatic Colors of #4293cc

#4293cc

Complementary Color

#4293cc #cc7b42

#4293cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4293cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4293cc Color CSS Codes

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

#4293cc Text Font Color

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

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


#4293cc Background Color

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

This div background color is #4293cc


#4293cc Border Color

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

This div border color is #4293cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4293cc


Comments

No comments written yet.

Please login to write comment.