Color Hex Logo

#029ebb Color Hex

#029EBB
(2,158,187)
0 Favorites   0 Comments

Color spaces of #029ebb

RGB 2158187
HSL0.530.980.37
HSV189°99°73°
CMYK 0.990.160.00   0.27
XYZ21.221528.054551.3103
Yxy28.05450.21100.2789
Hunter Lab52.9665-21.1738-20.3595
CIE-Lab59.9379-23.9884-24.7090

#029ebb color RGB value is (2,158,187).

#029ebb hex color red value is 2, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #029ebb hue: 0.53 , saturation: 0.98 and the lightness value of 029ebb is 0.37.

The process color (four color CMYK) of #029ebb color hex is 0.99, 0.16, 0.00, 0.27. Web safe color of #029ebb is #0099cc. Color #029ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 10111011
Octal 2 236 273
Decimal 2 158 187
Hex 2 9E BB

RGB Percentages of Color #029ebb

%0.58
%45.53
%53.89

CMYK Percentages of Color #029ebb

%99
%16
%0
%27

Triadic Colors of #029ebb

#029ebb #bb029e #9ebb02

Analogous Colors of #029ebb

#029ebb #0242bb #02bb7c

Monochromatic Colors of #029ebb

#029ebb

Complementary Color

#029ebb #bb1f02

#029ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ebb Color CSS Codes

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

#029ebb Text Font Color

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

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


#029ebb Background Color

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

This div background color is #029ebb


#029ebb Border Color

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

This div border color is #029ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,158,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #029ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #029ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #029ebb;
  box-shadow:         1px 1px 3px 2px #029ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ebb


Comments

No comments written yet.

Please login to write comment.