Color Hex Logo

#028bae Color Hex

#028BAE
(2,139,174)
0 Favorites   0 Comments

Color spaces of #028bae

RGB 2139174
HSL0.530.980.35
HSV192°99°68°
CMYK 0.990.200.00   0.32
XYZ16.897621.534143.3103
Yxy21.53410.20670.2634
Hunter Lab46.4048-16.2105-22.8528
CIE-Lab53.5291-18.5484-27.2090

#028bae color RGB value is (2,139,174).

#028bae hex color red value is 2, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #028bae hue: 0.53 , saturation: 0.98 and the lightness value of 028bae is 0.35.

The process color (four color CMYK) of #028bae color hex is 0.99, 0.20, 0.00, 0.32. Web safe color of #028bae is #009999. Color #028bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001011 10101110
Octal 2 213 256
Decimal 2 139 174
Hex 2 8B AE

RGB Percentages of Color #028bae

%0.63
%44.13
%55.24

CMYK Percentages of Color #028bae

%99
%20
%0
%32

Triadic Colors of #028bae

#028bae #ae028b #8bae02

Analogous Colors of #028bae

#028bae #0235ae #02ae7b

Monochromatic Colors of #028bae

#028bae

Complementary Color

#028bae #ae2502

#028bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#028bae Color CSS Codes

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

#028bae Text Font Color

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

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


#028bae Background Color

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

This div background color is #028bae


#028bae Border Color

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

This div border color is #028bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,139,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028bae;
  -webkit-box-shadow: 1px 1px 3px 2px #028bae;
  box-shadow:         1px 1px 3px 2px #028bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028bae


Comments

No comments written yet.

Please login to write comment.