Color Hex Logo

#4286ca Color Hex

#4286CA
(66,134,202)
0 Favorites   0 Comments

Color spaces of #4286ca

RGB 66134202
HSL0.580.560.53
HSV210°67°79°
CMYK 0.670.340.00   0.21
XYZ21.432522.472759.0852
Yxy22.47270.20810.2182
Hunter Lab47.4054-2.2576-40.7142
CIE-Lab54.52500.3453-41.5361

#4286ca color RGB value is (66,134,202).

#4286ca hex color red value is 66, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4286ca hue: 0.58 , saturation: 0.56 and the lightness value of 4286ca is 0.53.

The process color (four color CMYK) of #4286ca color hex is 0.67, 0.34, 0.00, 0.21. Web safe color of #4286ca is #3399cc. Color #4286ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 11001010
Octal 102 206 312
Decimal 66 134 202
Hex 42 86 CA

RGB Percentages of Color #4286ca

%16.42
%33.33
%50.25

CMYK Percentages of Color #4286ca

%67
%34
%0
%21

Triadic Colors of #4286ca

#4286ca #ca4286 #86ca42

Analogous Colors of #4286ca

#4286ca #4242ca #42caca

Monochromatic Colors of #4286ca

#4286ca

Complementary Color

#4286ca #ca8642

#4286ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4286ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4286ca Color CSS Codes

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

#4286ca Text Font Color

<p style="color:#4286ca">Text here</p>

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


#4286ca Background Color

<div style="background-color:#4286ca">
Div content here</div>

This div background color is #4286ca


#4286ca Border Color

<div style="border:3px solid #4286ca">
Div here</div>

This div border color is #4286ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,134,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4286ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4286ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4286ca;
  box-shadow:         1px 1px 3px 2px #4286ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4286ca


Comments

No comments written yet.

Please login to write comment.