Color Hex Logo

#028498 Color Hex

#028498
(2,132,152)
0 Favorites   0 Comments

Color spaces of #028498

RGB 2132152
HSL0.520.970.30
HSV188°99°60°
CMYK 0.990.130.00   0.40
XYZ13.943818.782432.5962
Yxy18.78240.21350.2875
Hunter Lab43.3387-18.4120-14.2566
CIE-Lab50.4316-22.6388-19.2553

#028498 color RGB value is (2,132,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000100 10011000
Octal 2 204 230
Decimal 2 132 152
Hex 2 84 98

RGB Percentages of Color #028498

%0.70
%46.15
%53.15

CMYK Percentages of Color #028498

%99
%13
%0
%40

Triadic Colors of #028498

#028498 #980284 #849802

Analogous Colors of #028498

#028498 #023998 #029861

Monochromatic Colors of #028498

#028498

Complementary Color

#028498 #981602

#028498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028498 Color CSS Codes

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

#028498 Text Font Color

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

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


#028498 Background Color

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

This div background color is #028498


#028498 Border Color

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

This div border color is #028498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028498


Comments

No comments written yet.

Please login to write comment.