Color Hex Logo

#4298ca Color Hex

#4298CA
(66,152,202)
0 Favorites   0 Comments

Color spaces of #4298ca

RGB 66152202
HSL0.560.560.53
HSV202°67°79°
CMYK 0.670.250.00   0.21
XYZ24.135727.879059.9862
Yxy27.87900.21550.2489
Hunter Lab52.8006-10.8068-30.3984
CIE-Lab59.7793-10.0108-33.3020

#4298ca color RGB value is (66,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 11001010
Octal 102 230 312
Decimal 66 152 202
Hex 42 98 CA

RGB Percentages of Color #4298ca

%15.71
%36.19
%48.10

CMYK Percentages of Color #4298ca

%67
%25
%0
%21

Triadic Colors of #4298ca

#4298ca #ca4298 #98ca42

Analogous Colors of #4298ca

#4298ca #4254ca #42cab8

Monochromatic Colors of #4298ca

#4298ca

Complementary Color

#4298ca #ca7442

#4298ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298ca Color CSS Codes

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

#4298ca Text Font Color

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

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


#4298ca Background Color

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

This div background color is #4298ca


#4298ca Border Color

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

This div border color is #4298ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298ca


Comments

No comments written yet.

Please login to write comment.