Color Hex Logo

#428b9a Color Hex

#428B9A
(66,139,154)
0 Favorites   0 Comments

Color spaces of #428b9a

RGB 66139154
HSL0.530.400.43
HSV190°57°60°
CMYK 0.570.100.00   0.40
XYZ17.312121.956633.8974
Yxy21.95660.23660.3001
Hunter Lab46.8579-16.0527-10.0904
CIE-Lab53.9809-18.2154-14.8930

#428b9a color RGB value is (66,139,154).

#428b9a hex color red value is 66, green value is 139 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #428b9a hue: 0.53 , saturation: 0.40 and the lightness value of 428b9a is 0.43.

The process color (four color CMYK) of #428b9a color hex is 0.57, 0.10, 0.00, 0.40. Web safe color of #428b9a is #339999. Color #428b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 10011010
Octal 102 213 232
Decimal 66 139 154
Hex 42 8B 9A

RGB Percentages of Color #428b9a

%18.38
%38.72
%42.90

CMYK Percentages of Color #428b9a

%57
%10
%0
%40

Triadic Colors of #428b9a

#428b9a #9a428b #8b9a42

Analogous Colors of #428b9a

#428b9a #425f9a #429a7d

Monochromatic Colors of #428b9a

#428b9a

Complementary Color

#428b9a #9a5142

#428b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#428b9a Color CSS Codes

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

#428b9a Text Font Color

<p style="color:#428b9a">Text here</p>

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


#428b9a Background Color

<div style="background-color:#428b9a">
Div content here</div>

This div background color is #428b9a


#428b9a Border Color

<div style="border:3px solid #428b9a">
Div here</div>

This div border color is #428b9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,139,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428b9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428b9a;
  -webkit-box-shadow: 1px 1px 3px 2px #428b9a;
  box-shadow:         1px 1px 3px 2px #428b9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428b9a


Comments

No comments written yet.

Please login to write comment.