Color Hex Logo

#00848e Color Hex

#00848E
(0,132,142)
3 Favorites   0 Comments

Color spaces of #00848e

RGB 0132142
HSL0.511.000.28
HSV184°100°56°
CMYK 1.000.070.00   0.44
XYZ13.133718.455528.4612
Yxy18.45550.21870.3073
Hunter Lab42.9599-20.6087-9.2081
CIE-Lab50.0440-26.1769-14.0086

#00848e color RGB value is (0,132,142).

#00848e hex color red value is 0, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00848e hue: 0.51 , saturation: 1.00 and the lightness value of 00848e is 0.28.

The process color (four color CMYK) of #00848e color hex is 1.00, 0.07, 0.00, 0.44. Web safe color of #00848e is #009999. Color #00848e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000100 10001110
Octal 0 204 216
Decimal 0 132 142
Hex 0 84 8E

RGB Percentages of Color #00848e

%0.00
%48.18
%51.82

CMYK Percentages of Color #00848e

%100
%7
%0
%44

Triadic Colors of #00848e

#00848e #8e0084 #848e00

Analogous Colors of #00848e

#00848e #003d8e #008e51

Monochromatic Colors of #00848e

#00848e

Complementary Color

#00848e #8e0a00

#00848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00848e Color CSS Codes

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

#00848e Text Font Color

<p style="color:#00848e">Text here</p>

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


#00848e Background Color

<div style="background-color:#00848e">
Div content here</div>

This div background color is #00848e


#00848e Border Color

<div style="border:3px solid #00848e">
Div here</div>

This div border color is #00848e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,132,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00848e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00848e;
  -webkit-box-shadow: 1px 1px 3px 2px #00848e;
  box-shadow:         1px 1px 3px 2px #00848e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00848e

#00848e Color Palettes


Comments

No comments written yet.

Please login to write comment.