Color Hex Logo

#029ace Color Hex

#029ACE
(2,154,206)
0 Favorites   0 Comments

Color spaces of #029ace

RGB 2154206
HSL0.540.980.41
HSV195°99°81°
CMYK 0.990.250.00   0.19
XYZ22.721227.580362.5185
Yxy27.58030.20140.2445
Hunter Lab52.5169-14.6775-33.8196
CIE-Lab59.5077-15.1503-36.0457

#029ace color RGB value is (2,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011010 11001110
Octal 2 232 316
Decimal 2 154 206
Hex 2 9A CE

RGB Percentages of Color #029ace

%0.55
%42.54
%56.91

CMYK Percentages of Color #029ace

%99
%25
%0
%19

Triadic Colors of #029ace

#029ace #ce029a #9ace02

Analogous Colors of #029ace

#029ace #0234ce #02ce9c

Monochromatic Colors of #029ace

#029ace

Complementary Color

#029ace #ce3602

#029ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ace Color CSS Codes

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

#029ace Text Font Color

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

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


#029ace Background Color

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

This div background color is #029ace


#029ace Border Color

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

This div border color is #029ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ace


Comments

No comments written yet.

Please login to write comment.