Color Hex Logo

#4298ad Color Hex

#4298AD
(66,152,173)
0 Favorites   0 Comments

Color spaces of #4298ad

RGB 66152173
HSL0.530.450.47
HSV192°62°68°
CMYK 0.620.120.00   0.32
XYZ21.017826.631943.5679
Yxy26.63190.23040.2920
Hunter Lab51.6061-17.6124-13.9307
CIE-Lab58.6321-19.3332-18.7019

#4298ad color RGB value is (66,152,173).

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

The process color (four color CMYK) of #4298ad color hex is 0.62, 0.12, 0.00, 0.32. Web safe color of #4298ad is #339999. Color #4298ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 10101101
Octal 102 230 255
Decimal 66 152 173
Hex 42 98 AD

RGB Percentages of Color #4298ad

%16.88
%38.87
%44.25

CMYK Percentages of Color #4298ad

%62
%12
%0
%32

Triadic Colors of #4298ad

#4298ad #ad4298 #98ad42

Analogous Colors of #4298ad

#4298ad #4263ad #42ad8d

Monochromatic Colors of #4298ad

#4298ad

Complementary Color

#4298ad #ad5742

#4298ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298ad Color CSS Codes

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

#4298ad Text Font Color

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

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


#4298ad Background Color

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

This div background color is #4298ad


#4298ad Border Color

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

This div border color is #4298ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298ad


Comments

No comments written yet.

Please login to write comment.