Color Hex Logo

#029ebc Color Hex

#029EBC
(2,158,188)
0 Favorites   0 Comments

Color spaces of #029ebc

RGB 2158188
HSL0.530.980.37
HSV190°99°74°
CMYK 0.990.160.00   0.26
XYZ21.329028.097551.8761
Yxy28.09750.21050.2774
Hunter Lab53.0071-20.9375-20.9200
CIE-Lab59.9767-23.6442-25.2121

#029ebc color RGB value is (2,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011110 10111100
Octal 2 236 274
Decimal 2 158 188
Hex 2 9E BC

RGB Percentages of Color #029ebc

%0.57
%45.40
%54.02

CMYK Percentages of Color #029ebc

%99
%16
%0
%26

Triadic Colors of #029ebc

#029ebc #bc029e #9ebc02

Analogous Colors of #029ebc

#029ebc #0241bc #02bc7d

Monochromatic Colors of #029ebc

#029ebc

Complementary Color

#029ebc #bc2002

#029ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#029ebc Color CSS Codes

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

#029ebc Text Font Color

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

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


#029ebc Background Color

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

This div background color is #029ebc


#029ebc Border Color

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

This div border color is #029ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029ebc


Comments

No comments written yet.

Please login to write comment.