Color Hex Logo

#029dbd Color Hex

#029DBD
(2,157,189)
0 Favorites   0 Comments

Color spaces of #029dbd

RGB 2157189
HSL0.530.980.37
HSV190°99°74°
CMYK 0.990.170.00   0.26
XYZ21.267327.801052.3893
Yxy27.80100.20960.2740
Hunter Lab52.7267-20.2737-22.0020
CIE-Lab59.7085-22.7814-26.1880

#029dbd color RGB value is (2,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011101 10111101
Octal 2 235 275
Decimal 2 157 189
Hex 2 9D BD

RGB Percentages of Color #029dbd

%0.57
%45.11
%54.31

CMYK Percentages of Color #029dbd

%99
%17
%0
%26

Triadic Colors of #029dbd

#029dbd #bd029d #9dbd02

Analogous Colors of #029dbd

#029dbd #0240bd #02bd80

Monochromatic Colors of #029dbd

#029dbd

Complementary Color

#029dbd #bd2202

#029dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#029dbd Color CSS Codes

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

#029dbd Text Font Color

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

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


#029dbd Background Color

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

This div background color is #029dbd


#029dbd Border Color

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

This div border color is #029dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029dbd


Comments

No comments written yet.

Please login to write comment.