Color Hex Logo

#028894 Color Hex

#028894
(2,136,148)
0 Favorites   0 Comments

Color spaces of #028894

RGB 2136148
HSL0.510.970.29
HSV185°99°58°
CMYK 0.990.080.00   0.42
XYZ14.174519.759331.0838
Yxy19.75930.21800.3039
Hunter Lab44.4514-20.8706-10.3440
CIE-Lab51.5640-26.0731-15.2010

#028894 color RGB value is (2,136,148).

#028894 hex color red value is 2, green value is 136 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #028894 hue: 0.51 , saturation: 0.97 and the lightness value of 028894 is 0.29.

The process color (four color CMYK) of #028894 color hex is 0.99, 0.08, 0.00, 0.42. Web safe color of #028894 is #009999. Color #028894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001000 10010100
Octal 2 210 224
Decimal 2 136 148
Hex 2 88 94

RGB Percentages of Color #028894

%0.70
%47.55
%51.75

CMYK Percentages of Color #028894

%99
%8
%0
%42

Triadic Colors of #028894

#028894 #940288 #889402

Analogous Colors of #028894

#028894 #023f94 #029457

Monochromatic Colors of #028894

#028894

Complementary Color

#028894 #940e02

#028894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028894 Color CSS Codes

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

#028894 Text Font Color

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

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


#028894 Background Color

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

This div background color is #028894


#028894 Border Color

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

This div border color is #028894


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,136,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028894; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028894;
  -webkit-box-shadow: 1px 1px 3px 2px #028894;
  box-shadow:         1px 1px 3px 2px #028894; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028894


Comments

No comments written yet.

Please login to write comment.