Color Hex Logo

#02899b Color Hex

#02899B
(2,137,155)
0 Favorites   0 Comments

Color spaces of #02899b

RGB 2137155
HSL0.520.970.31
HSV187°99°61°
CMYK 0.990.120.00   0.39
XYZ14.887120.270834.1384
Yxy20.27080.21480.2925
Hunter Lab45.0231-19.7686-13.4400
CIE-Lab52.1420-24.1938-18.3840

#02899b color RGB value is (2,137,155).

#02899b hex color red value is 2, green value is 137 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #02899b hue: 0.52 , saturation: 0.97 and the lightness value of 02899b is 0.31.

The process color (four color CMYK) of #02899b color hex is 0.99, 0.12, 0.00, 0.39. Web safe color of #02899b is #009999. Color #02899b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 10011011
Octal 2 211 233
Decimal 2 137 155
Hex 2 89 9B

RGB Percentages of Color #02899b

%0.68
%46.60
%52.72

CMYK Percentages of Color #02899b

%99
%12
%0
%39

Triadic Colors of #02899b

#02899b #9b0289 #899b02

Analogous Colors of #02899b

#02899b #023d9b #029b61

Monochromatic Colors of #02899b

#02899b

Complementary Color

#02899b #9b1402

#02899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02899b Color CSS Codes

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

#02899b Text Font Color

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

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


#02899b Background Color

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

This div background color is #02899b


#02899b Border Color

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

This div border color is #02899b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,137,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02899b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02899b;
  -webkit-box-shadow: 1px 1px 3px 2px #02899b;
  box-shadow:         1px 1px 3px 2px #02899b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02899b


Comments

No comments written yet.

Please login to write comment.