Color Hex Logo

#029bde Color Hex

#029BDE
(2,155,222)
0 Favorites   0 Comments

Color spaces of #029bde

RGB 2155222
HSL0.550.980.44
HSV198°99°87°
CMYK 0.990.300.00   0.13
XYZ24.931228.729573.3386
Yxy28.72950.19630.2262
Hunter Lab53.5999-10.7732-43.6042
CIE-Lab60.5422-9.8580-43.3465

#029bde color RGB value is (2,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 11011110
Octal 2 233 336
Decimal 2 155 222
Hex 2 9B DE

RGB Percentages of Color #029bde

%0.53
%40.90
%58.58

CMYK Percentages of Color #029bde

%99
%30
%0
%13

Triadic Colors of #029bde

#029bde #de029b #9bde02

Analogous Colors of #029bde

#029bde #022dde #02deb3

Monochromatic Colors of #029bde

#029bde

Complementary Color

#029bde #de4502

#029bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#029bde Color CSS Codes

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

#029bde Text Font Color

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

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


#029bde Background Color

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

This div background color is #029bde


#029bde Border Color

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

This div border color is #029bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029bde


Comments

No comments written yet.

Please login to write comment.