Color Hex Logo

#029ebd Color Hex

#029EBD
(2,158,189)
0 Favorites   0 Comments

Color spaces of #029ebd

RGB 2158189
HSL0.530.980.37
HSV190°99°74°
CMYK 0.990.160.00   0.26
XYZ21.437228.140752.4460
Yxy28.14070.21010.2758
Hunter Lab53.0478-20.6999-21.4839
CIE-Lab60.0156-23.2990-25.7150

#029ebd color RGB value is (2,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 10111101
Octal 2 236 275
Decimal 2 158 189
Hex 2 9E BD

RGB Percentages of Color #029ebd

%0.57
%45.27
%54.15

CMYK Percentages of Color #029ebd

%99
%16
%0
%26

Triadic Colors of #029ebd

#029ebd #bd029e #9ebd02

Analogous Colors of #029ebd

#029ebd #0240bd #02bd7f

Monochromatic Colors of #029ebd

#029ebd

Complementary Color

#029ebd #bd2102

#029ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ebd Color CSS Codes

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

#029ebd Text Font Color

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

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


#029ebd Background Color

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

This div background color is #029ebd


#029ebd Border Color

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

This div border color is #029ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ebd


Comments

No comments written yet.

Please login to write comment.