Color Hex Logo

#029bbd Color Hex

#029BBD
(2,155,189)
0 Favorites   0 Comments

Color spaces of #029bbd

RGB 2155189
HSL0.530.980.37
HSV191°99°74°
CMYK 0.990.180.00   0.26
XYZ20.931727.129752.2775
Yxy27.12970.20860.2704
Hunter Lab52.0862-19.4176-23.0475
CIE-Lab59.0942-21.7386-27.1356

#029bbd color RGB value is (2,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 10111101
Octal 2 233 275
Decimal 2 155 189
Hex 2 9B BD

RGB Percentages of Color #029bbd

%0.58
%44.80
%54.62

CMYK Percentages of Color #029bbd

%99
%18
%0
%26

Triadic Colors of #029bbd

#029bbd #bd029b #9bbd02

Analogous Colors of #029bbd

#029bbd #023dbd #02bd82

Monochromatic Colors of #029bbd

#029bbd

Complementary Color

#029bbd #bd2402

#029bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#029bbd Color CSS Codes

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

#029bbd Text Font Color

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

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


#029bbd Background Color

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

This div background color is #029bbd


#029bbd Border Color

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

This div border color is #029bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029bbd


Comments

No comments written yet.

Please login to write comment.