Color Hex Logo

#029ece Color Hex

#029ECE
(2,158,206)
0 Favorites   0 Comments

Color spaces of #029ece

RGB 2158206
HSL0.540.980.41
HSV194°99°81°
CMYK 0.990.230.00   0.19
XYZ23.392528.922962.7423
Yxy28.92290.20330.2514
Hunter Lab53.7800-16.4735-31.5245
CIE-Lab60.7135-17.3216-34.1647

#029ece color RGB value is (2,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 11001110
Octal 2 236 316
Decimal 2 158 206
Hex 2 9E CE

RGB Percentages of Color #029ece

%0.55
%43.17
%56.28

CMYK Percentages of Color #029ece

%99
%23
%0
%19

Triadic Colors of #029ece

#029ece #ce029e #9ece02

Analogous Colors of #029ece

#029ece #0238ce #02ce98

Monochromatic Colors of #029ece

#029ece

Complementary Color

#029ece #ce3202

#029ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ece Color CSS Codes

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

#029ece Text Font Color

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

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


#029ece Background Color

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

This div background color is #029ece


#029ece Border Color

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

This div border color is #029ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,158,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 #029ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ece


Comments

No comments written yet.

Please login to write comment.