Color Hex Logo

#02949f Color Hex

#02949F
(2,148,159)
0 Favorites   0 Comments

Color spaces of #02949f

RGB 2148159
HSL0.510.980.32
HSV184°99°62°
CMYK 0.990.070.00   0.38
XYZ16.872923.695936.4854
Yxy23.69590.21900.3075
Hunter Lab48.6784-23.3157-10.3641
CIE-Lab55.7820-28.3962-15.1531

#02949f color RGB value is (2,148,159).

#02949f hex color red value is 2, green value is 148 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #02949f hue: 0.51 , saturation: 0.98 and the lightness value of 02949f is 0.32.

The process color (four color CMYK) of #02949f color hex is 0.99, 0.07, 0.00, 0.38. Web safe color of #02949f is #009999. Color #02949f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010100 10011111
Octal 2 224 237
Decimal 2 148 159
Hex 2 94 9F

RGB Percentages of Color #02949f

%0.65
%47.90
%51.46

CMYK Percentages of Color #02949f

%99
%7
%0
%38

Triadic Colors of #02949f

#02949f #9f0294 #949f02

Analogous Colors of #02949f

#02949f #02469f #029f5b

Monochromatic Colors of #02949f

#02949f

Complementary Color

#02949f #9f0d02

#02949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02949f Color CSS Codes

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

#02949f Text Font Color

<p style="color:#02949f">Text here</p>

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


#02949f Background Color

<div style="background-color:#02949f">
Div content here</div>

This div background color is #02949f


#02949f Border Color

<div style="border:3px solid #02949f">
Div here</div>

This div border color is #02949f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,148,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02949f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02949f;
  -webkit-box-shadow: 1px 1px 3px 2px #02949f;
  box-shadow:         1px 1px 3px 2px #02949f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02949f


Comments

No comments written yet.

Please login to write comment.