Color Hex Logo

#4298dc Color Hex

#4298DC
(66,152,220)
0 Favorites   0 Comments

Color spaces of #4298dc

RGB 66152220
HSL0.570.690.56
HSV206°70°86°
CMYK 0.700.310.00   0.14
XYZ26.393328.782071.8746
Yxy28.78200.20770.2265
Hunter Lab53.6489-6.0700-41.8780
CIE-Lab60.5887-3.9206-42.0917

#4298dc color RGB value is (66,152,220).

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

The process color (four color CMYK) of #4298dc color hex is 0.70, 0.31, 0.00, 0.14. Web safe color of #4298dc is #3399cc. Color #4298dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 11011100
Octal 102 230 334
Decimal 66 152 220
Hex 42 98 DC

RGB Percentages of Color #4298dc

%15.07
%34.70
%50.23

CMYK Percentages of Color #4298dc

%70
%31
%0
%14

Triadic Colors of #4298dc

#4298dc #dc4298 #98dc42

Analogous Colors of #4298dc

#4298dc #424bdc #42dcd3

Monochromatic Colors of #4298dc

#4298dc

Complementary Color

#4298dc #dc8642

#4298dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298dc Color CSS Codes

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

#4298dc Text Font Color

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

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


#4298dc Background Color

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

This div background color is #4298dc


#4298dc Border Color

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

This div border color is #4298dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298dc


Comments

No comments written yet.

Please login to write comment.