Color Hex Logo

#029bbc Color Hex

#029BBC
(2,155,188)
0 Favorites   0 Comments

Color spaces of #029bbc

RGB 2155188
HSL0.530.980.37
HSV191°99°74°
CMYK 0.990.180.00   0.26
XYZ20.823527.086451.7076
Yxy27.08640.20900.2719
Hunter Lab52.0446-19.6586-22.4749
CIE-Lab59.0542-22.0874-26.6334

#029bbc color RGB value is (2,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 10111100
Octal 2 233 274
Decimal 2 155 188
Hex 2 9B BC

RGB Percentages of Color #029bbc

%0.58
%44.93
%54.49

CMYK Percentages of Color #029bbc

%99
%18
%0
%26

Triadic Colors of #029bbc

#029bbc #bc029b #9bbc02

Analogous Colors of #029bbc

#029bbc #023ebc #02bc80

Monochromatic Colors of #029bbc

#029bbc

Complementary Color

#029bbc #bc2302

#029bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#029bbc Color CSS Codes

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

#029bbc Text Font Color

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

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


#029bbc Background Color

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

This div background color is #029bbc


#029bbc Border Color

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

This div border color is #029bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029bbc


Comments

No comments written yet.

Please login to write comment.