Color Hex Logo

#029bbe Color Hex

#029BBE
(2,155,190)
0 Favorites   0 Comments

Color spaces of #029bbe

RGB 2155190
HSL0.530.980.38
HSV191°99°75°
CMYK 0.990.180.00   0.25
XYZ21.040627.173352.8512
Yxy27.17330.20820.2689
Hunter Lab52.1280-19.1755-23.6229
CIE-Lab59.1344-21.3891-27.6371

#029bbe color RGB value is (2,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 10111110
Octal 2 233 276
Decimal 2 155 190
Hex 2 9B BE

RGB Percentages of Color #029bbe

%0.58
%44.67
%54.76

CMYK Percentages of Color #029bbe

%99
%18
%0
%25

Triadic Colors of #029bbe

#029bbe #be029b #9bbe02

Analogous Colors of #029bbe

#029bbe #023dbe #02be83

Monochromatic Colors of #029bbe

#029bbe

Complementary Color

#029bbe #be2502

#029bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#029bbe Color CSS Codes

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

#029bbe Text Font Color

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

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


#029bbe Background Color

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

This div background color is #029bbe


#029bbe Border Color

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

This div border color is #029bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029bbe


Comments

No comments written yet.

Please login to write comment.