Color Hex Logo

#028287 Color Hex

#028287
(2,130,135)
0 Favorites   0 Comments

Color spaces of #028287

RGB 2130135
HSL0.510.970.27
HSV182°99°53°
CMYK 0.990.040.00   0.47
XYZ12.380817.727425.6909
Yxy17.72740.22190.3177
Hunter Lab42.1039-21.1933-6.7047
CIE-Lab49.1638-27.4200-11.2348

#028287 color RGB value is (2,130,135).

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

The process color (four color CMYK) of #028287 color hex is 0.99, 0.04, 0.00, 0.47. Web safe color of #028287 is #009999. Color #028287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000010 10000111
Octal 2 202 207
Decimal 2 130 135
Hex 2 82 87

RGB Percentages of Color #028287

%0.75
%48.69
%50.56

CMYK Percentages of Color #028287

%99
%4
%0
%47

Triadic Colors of #028287

#028287 #870282 #828702

Analogous Colors of #028287

#028287 #024087 #028749

Monochromatic Colors of #028287

#028287

Complementary Color

#028287 #870702

#028287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028287 Color CSS Codes

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

#028287 Text Font Color

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

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


#028287 Background Color

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

This div background color is #028287


#028287 Border Color

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

This div border color is #028287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028287


Comments

No comments written yet.

Please login to write comment.