Color Hex Logo

#029cea Color Hex

#029CEA
(2,156,234)
0 Favorites   0 Comments

Color spaces of #029cea

RGB 2156234
HSL0.560.980.46
HSV200°99°92°
CMYK 0.990.330.00   0.08
XYZ26.764829.730482.1698
Yxy29.73040.19300.2144
Hunter Lab54.5256-7.8001-51.1818
CIE-Lab61.4209-5.9841-48.6034

#029cea color RGB value is (2,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 11101010
Octal 2 234 352
Decimal 2 156 234
Hex 2 9C EA

RGB Percentages of Color #029cea

%0.51
%39.80
%59.69

CMYK Percentages of Color #029cea

%99
%33
%0
%8

Triadic Colors of #029cea

#029cea #ea029c #9cea02

Analogous Colors of #029cea

#029cea #0228ea #02eac4

Monochromatic Colors of #029cea

#029cea

Complementary Color

#029cea #ea5002

#029cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#029cea Color CSS Codes

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

#029cea Text Font Color

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

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


#029cea Background Color

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

This div background color is #029cea


#029cea Border Color

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

This div border color is #029cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029cea


Comments

No comments written yet.

Please login to write comment.