Color Hex Logo

#029cae Color Hex

#029CAE
(2,156,174)
0 Favorites   0 Comments

Color spaces of #029cae

RGB 2156174
HSL0.520.980.35
HSV186°99°68°
CMYK 0.990.100.00   0.32
XYZ19.553526.845844.1956
Yxy26.84580.21580.2963
Hunter Lab51.8129-23.3091-14.3044
CIE-Lab58.8313-27.3835-19.0627

#029cae color RGB value is (2,156,174).

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

The process color (four color CMYK) of #029cae color hex is 0.99, 0.10, 0.00, 0.32. Web safe color of #029cae is #009999. Color #029cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011100 10101110
Octal 2 234 256
Decimal 2 156 174
Hex 2 9C AE

RGB Percentages of Color #029cae

%0.60
%46.99
%52.41

CMYK Percentages of Color #029cae

%99
%10
%0
%32

Triadic Colors of #029cae

#029cae #ae029c #9cae02

Analogous Colors of #029cae

#029cae #0246ae #02ae6a

Monochromatic Colors of #029cae

#029cae

Complementary Color

#029cae #ae1402

#029cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#029cae Color CSS Codes

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

#029cae Text Font Color

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

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


#029cae Background Color

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

This div background color is #029cae


#029cae Border Color

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

This div border color is #029cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029cae


Comments

No comments written yet.

Please login to write comment.