Color Hex Logo

#028599 Color Hex

#028599
(2,133,153)
0 Favorites   0 Comments

Color spaces of #028599

RGB 2133153
HSL0.520.970.30
HSV188°99°60°
CMYK 0.990.130.00   0.40
XYZ14.162319.087933.0749
Yxy19.08790.21350.2878
Hunter Lab43.6897-18.5950-14.3022
CIE-Lab50.7899-22.8126-19.2895

#028599 color RGB value is (2,133,153).

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

The process color (four color CMYK) of #028599 color hex is 0.99, 0.13, 0.00, 0.40. Web safe color of #028599 is #009999. Color #028599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000101 10011001
Octal 2 205 231
Decimal 2 133 153
Hex 2 85 99

RGB Percentages of Color #028599

%0.69
%46.18
%53.13

CMYK Percentages of Color #028599

%99
%13
%0
%40

Triadic Colors of #028599

#028599 #990285 #859902

Analogous Colors of #028599

#028599 #023999 #029962

Monochromatic Colors of #028599

#028599

Complementary Color

#028599 #991602

#028599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028599 Color CSS Codes

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

#028599 Text Font Color

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

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


#028599 Background Color

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

This div background color is #028599


#028599 Border Color

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

This div border color is #028599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028599


Comments

No comments written yet.

Please login to write comment.