Color Hex Logo

#029bdc Color Hex

#029BDC
(2,155,220)
0 Favorites   0 Comments

Color spaces of #029bdc

RGB 2155220
HSL0.550.980.44
HSV198°99°86°
CMYK 0.990.300.00   0.14
XYZ24.664628.622971.9350
Yxy28.62290.19700.2286
Hunter Lab53.5004-11.3341-42.2693
CIE-Lab60.4474-10.5944-42.3843

#029bdc color RGB value is (2,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011011 11011100
Octal 2 233 334
Decimal 2 155 220
Hex 2 9B DC

RGB Percentages of Color #029bdc

%0.53
%41.11
%58.36

CMYK Percentages of Color #029bdc

%99
%30
%0
%14

Triadic Colors of #029bdc

#029bdc #dc029b #9bdc02

Analogous Colors of #029bdc

#029bdc #022edc #02dcb0

Monochromatic Colors of #029bdc

#029bdc

Complementary Color

#029bdc #dc4302

#029bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#029bdc Color CSS Codes

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

#029bdc Text Font Color

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

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


#029bdc Background Color

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

This div background color is #029bdc


#029bdc Border Color

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

This div border color is #029bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029bdc


Comments

No comments written yet.

Please login to write comment.