Color Hex Logo

#029dcd Color Hex

#029DCD
(2,157,205)
0 Favorites   0 Comments

Color spaces of #029dcd

RGB 2157205
HSL0.540.980.41
HSV194°99°80°
CMYK 0.990.230.00   0.20
XYZ23.101528.534662.0478
Yxy28.53460.20320.2510
Hunter Lab53.4178-16.2855-31.4763
CIE-Lab60.3687-17.1399-34.1429

#029dcd color RGB value is (2,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 11001101
Octal 2 235 315
Decimal 2 157 205
Hex 2 9D CD

RGB Percentages of Color #029dcd

%0.55
%43.13
%56.32

CMYK Percentages of Color #029dcd

%99
%23
%0
%20

Triadic Colors of #029dcd

#029dcd #cd029d #9dcd02

Analogous Colors of #029dcd

#029dcd #0238cd #02cd98

Monochromatic Colors of #029dcd

#029dcd

Complementary Color

#029dcd #cd3202

#029dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dcd Color CSS Codes

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

#029dcd Text Font Color

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

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


#029dcd Background Color

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

This div background color is #029dcd


#029dcd Border Color

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

This div border color is #029dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029dcd


Comments

No comments written yet.

Please login to write comment.