Color Hex Logo

#42898c Color Hex

#42898C
(66,137,140)
0 Favorites   0 Comments

Color spaces of #42898c

RGB 66137140
HSL0.510.360.40
HSV182°53°55°
CMYK 0.530.020.00   0.45
XYZ15.926120.943028.0140
Yxy20.94300.24550.3228
Hunter Lab45.7635-17.9666-4.2597
CIE-Lab52.8871-21.2755-8.4335

#42898c color RGB value is (66,137,140).

#42898c hex color red value is 66, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #42898c hue: 0.51 , saturation: 0.36 and the lightness value of 42898c is 0.40.

The process color (four color CMYK) of #42898c color hex is 0.53, 0.02, 0.00, 0.45. Web safe color of #42898c is #339999. Color #42898c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 10001100
Octal 102 211 214
Decimal 66 137 140
Hex 42 89 8C

RGB Percentages of Color #42898c

%19.24
%39.94
%40.82

CMYK Percentages of Color #42898c

%53
%2
%0
%45

Triadic Colors of #42898c

#42898c #8c4289 #898c42

Analogous Colors of #42898c

#42898c #42648c #428c6a

Monochromatic Colors of #42898c

#42898c

Complementary Color

#42898c #8c4542

#42898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42898c Color CSS Codes

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

#42898c Text Font Color

<p style="color:#42898c">Text here</p>

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


#42898c Background Color

<div style="background-color:#42898c">
Div content here</div>

This div background color is #42898c


#42898c Border Color

<div style="border:3px solid #42898c">
Div here</div>

This div border color is #42898c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,137,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42898c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42898c;
  -webkit-box-shadow: 1px 1px 3px 2px #42898c;
  box-shadow:         1px 1px 3px 2px #42898c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42898c


Comments

No comments written yet.

Please login to write comment.