Color Hex Logo

#029cce Color Hex

#029CCE
(2,156,206)
0 Favorites   0 Comments

Color spaces of #029cce

RGB 2156206
HSL0.540.980.41
HSV195°99°81°
CMYK 0.990.240.00   0.19
XYZ23.054128.246162.6295
Yxy28.24610.20240.2479
Hunter Lab53.1471-15.5777-32.6655
CIE-Lab60.1104-16.2403-35.1048

#029cce color RGB value is (2,156,206).

#029cce hex color red value is 2, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #029cce hue: 0.54 , saturation: 0.98 and the lightness value of 029cce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 11001110
Octal 2 234 316
Decimal 2 156 206
Hex 2 9C CE

RGB Percentages of Color #029cce

%0.55
%42.86
%56.59

CMYK Percentages of Color #029cce

%99
%24
%0
%19

Triadic Colors of #029cce

#029cce #ce029c #9cce02

Analogous Colors of #029cce

#029cce #0236ce #02ce9a

Monochromatic Colors of #029cce

#029cce

Complementary Color

#029cce #ce3402

#029cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#029cce Color CSS Codes

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

#029cce Text Font Color

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

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


#029cce Background Color

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

This div background color is #029cce


#029cce Border Color

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

This div border color is #029cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029cce


Comments

No comments written yet.

Please login to write comment.