Color Hex Logo

#4294ce Color Hex

#4294CE
(66,148,206)
0 Favorites   0 Comments

Color spaces of #4294ce

RGB 66148206
HSL0.570.590.53
HSV205°68°81°
CMYK 0.680.280.00   0.19
XYZ23.977226.794362.3006
Yxy26.79430.21210.2370
Hunter Lab51.7632-7.9028-35.1254
CIE-Lab58.7834-6.4130-37.1010

#4294ce color RGB value is (66,148,206).

#4294ce hex color red value is 66, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4294ce hue: 0.57 , saturation: 0.59 and the lightness value of 4294ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010100 11001110
Octal 102 224 316
Decimal 66 148 206
Hex 42 94 CE

RGB Percentages of Color #4294ce

%15.71
%35.24
%49.05

CMYK Percentages of Color #4294ce

%68
%28
%0
%19

Triadic Colors of #4294ce

#4294ce #ce4294 #94ce42

Analogous Colors of #4294ce

#4294ce #424ece #42cec2

Monochromatic Colors of #4294ce

#4294ce

Complementary Color

#4294ce #ce7c42

#4294ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4294ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4294ce Color CSS Codes

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

#4294ce Text Font Color

<p style="color:#4294ce">Text here</p>

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


#4294ce Background Color

<div style="background-color:#4294ce">
Div content here</div>

This div background color is #4294ce


#4294ce Border Color

<div style="border:3px solid #4294ce">
Div here</div>

This div border color is #4294ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,148,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4294ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4294ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4294ce;
  box-shadow:         1px 1px 3px 2px #4294ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,148,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4294ce


Comments

No comments written yet.

Please login to write comment.