Color Hex Logo

#4298cc Color Hex

#4298CC
(66,152,204)
0 Favorites   0 Comments

Color spaces of #4298cc

RGB 66152204
HSL0.560.580.53
HSV203°68°80°
CMYK 0.680.250.00   0.20
XYZ24.374127.974461.2417
Yxy27.97440.21460.2463
Hunter Lab52.8908-10.2994-31.6276
CIE-Lab59.8656-9.3438-34.2891

#4298cc color RGB value is (66,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 11001100
Octal 102 230 314
Decimal 66 152 204
Hex 42 98 CC

RGB Percentages of Color #4298cc

%15.64
%36.02
%48.34

CMYK Percentages of Color #4298cc

%68
%25
%0
%20

Triadic Colors of #4298cc

#4298cc #cc4298 #98cc42

Analogous Colors of #4298cc

#4298cc #4253cc #42ccbb

Monochromatic Colors of #4298cc

#4298cc

Complementary Color

#4298cc #cc7642

#4298cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298cc Color CSS Codes

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

#4298cc Text Font Color

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

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


#4298cc Background Color

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

This div background color is #4298cc


#4298cc Border Color

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

This div border color is #4298cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298cc


Comments

No comments written yet.

Please login to write comment.