Color Hex Logo

#029cfe Color Hex

#029CFE
(2,156,254)
0 Favorites   0 Comments

Color spaces of #029cfe

RGB 2156254
HSL0.560.990.50
HSV203°99°100°
CMYK 0.990.390.00   0.00
XYZ29.802930.945698.1682
Yxy30.94560.18750.1947
Hunter Lab55.6288-1.7197-65.6890
CIE-Lab62.46171.4884-57.9330

#029cfe color RGB value is (2,156,254).

#029cfe hex color red value is 2, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #029cfe hue: 0.56 , saturation: 0.99 and the lightness value of 029cfe is 0.50.

The process color (four color CMYK) of #029cfe color hex is 0.99, 0.39, 0.00, 0.00. Web safe color of #029cfe is #0099ff. Color #029cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 11111110
Octal 2 234 376
Decimal 2 156 254
Hex 2 9C FE

RGB Percentages of Color #029cfe

%0.49
%37.86
%61.65

CMYK Percentages of Color #029cfe

%99
%39
%0
%0

Triadic Colors of #029cfe

#029cfe #fe029c #9cfe02

Analogous Colors of #029cfe

#029cfe #021efe #02fee2

Monochromatic Colors of #029cfe

#029cfe

Complementary Color

#029cfe #fe6402

#029cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#029cfe Color CSS Codes

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

#029cfe Text Font Color

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

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


#029cfe Background Color

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

This div background color is #029cfe


#029cfe Border Color

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

This div border color is #029cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029cfe


Comments

No comments written yet.

Please login to write comment.