Color Hex Logo

#029dad Color Hex

#029DAD
(2,157,173)
0 Favorites   0 Comments

Color spaces of #029dad

RGB 2157173
HSL0.520.980.34
HSV186°99°68°
CMYK 0.990.090.00   0.32
XYZ19.624827.144043.7401
Yxy27.14400.21680.2999
Hunter Lab52.0999-23.9381-13.3066
CIE-Lab59.1074-28.2150-18.0763

#029dad color RGB value is (2,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 10101101
Octal 2 235 255
Decimal 2 157 173
Hex 2 9D AD

RGB Percentages of Color #029dad

%0.60
%47.29
%52.11

CMYK Percentages of Color #029dad

%99
%9
%0
%32

Triadic Colors of #029dad

#029dad #ad029d #9dad02

Analogous Colors of #029dad

#029dad #0248ad #02ad68

Monochromatic Colors of #029dad

#029dad

Complementary Color

#029dad #ad1202

#029dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dad Color CSS Codes

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

#029dad Text Font Color

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

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


#029dad Background Color

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

This div background color is #029dad


#029dad Border Color

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

This div border color is #029dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029dad


Comments

No comments written yet.

Please login to write comment.