Color Hex Logo

#028785 Color Hex

#028785
(2,135,133)
0 Favorites   0 Comments

Color spaces of #028785

RGB 2135133
HSL0.500.970.27
HSV179°99°53°
CMYK 0.990.000.01   0.47
XYZ12.922619.034325.1832
Yxy19.03430.22620.3331
Hunter Lab43.6283-23.4783-3.6836
CIE-Lab50.7273-30.5147-7.7195

#028785 color RGB value is (2,135,133).

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

The process color (four color CMYK) of #028785 color hex is 0.99, 0.00, 0.01, 0.47. Web safe color of #028785 is #009999. Color #028785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000111 10000101
Octal 2 207 205
Decimal 2 135 133
Hex 2 87 85

RGB Percentages of Color #028785

%0.74
%50.00
%49.26

CMYK Percentages of Color #028785

%99
%0
%1
%47

Triadic Colors of #028785

#028785 #850287 #878502

Analogous Colors of #028785

#028785 #024687 #028743

Monochromatic Colors of #028785

#028785

Complementary Color

#028785 #870204

#028785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028785 Color CSS Codes

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

#028785 Text Font Color

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

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


#028785 Background Color

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

This div background color is #028785


#028785 Border Color

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

This div border color is #028785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028785


Comments

No comments written yet.

Please login to write comment.