Color Hex Logo

#029dae Color Hex

#029DAE
(2,157,174)
0 Favorites   0 Comments

Color spaces of #029dae

RGB 2157174
HSL0.520.980.35
HSV186°99°68°
CMYK 0.990.100.00   0.32
XYZ19.722027.182844.2518
Yxy27.18280.21640.2982
Hunter Lab52.1371-23.7185-13.8269
CIE-Lab59.1431-27.8821-18.5878

#029dae color RGB value is (2,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 10101110
Octal 2 235 256
Decimal 2 157 174
Hex 2 9D AE

RGB Percentages of Color #029dae

%0.60
%47.15
%52.25

CMYK Percentages of Color #029dae

%99
%10
%0
%32

Triadic Colors of #029dae

#029dae #ae029d #9dae02

Analogous Colors of #029dae

#029dae #0247ae #02ae69

Monochromatic Colors of #029dae

#029dae

Complementary Color

#029dae #ae1302

#029dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dae Color CSS Codes

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

#029dae Text Font Color

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

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


#029dae Background Color

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

This div background color is #029dae


#029dae Border Color

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

This div border color is #029dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029dae


Comments

No comments written yet.

Please login to write comment.