Color Hex Logo

#00555e Color Hex

#00555E
(0,85,94)
1 Favorites   0 Comments

Color spaces of #00555e

RGB 08594
HSL0.521.000.18
HSV186°100°37°
CMYK 1.000.100.00   0.63
XYZ5.26897.305211.7220
Yxy7.30520.21690.3007
Hunter Lab27.0281-12.5022-6.7942
CIE-Lab32.4918-18.3693-11.5365

#00555e color RGB value is (0,85,94).

#00555e hex color red value is 0, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #00555e hue: 0.52 , saturation: 1.00 and the lightness value of 00555e is 0.18.

The process color (four color CMYK) of #00555e color hex is 1.00, 0.10, 0.00, 0.63. Web safe color of #00555e is #006666. Color #00555e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 01011110
Octal 0 125 136
Decimal 0 85 94
Hex 0 55 5E

RGB Percentages of Color #00555e

%0.00
%47.49
%52.51

CMYK Percentages of Color #00555e

%100
%10
%0
%63

Triadic Colors of #00555e

#00555e #5e0055 #555e00

Analogous Colors of #00555e

#00555e #00265e #005e38

Monochromatic Colors of #00555e

#00555e

Complementary Color

#00555e #5e0900

#00555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00555e Color CSS Codes

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

#00555e Text Font Color

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

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


#00555e Background Color

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

This div background color is #00555e


#00555e Border Color

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

This div border color is #00555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00555e

#00555e Color Palettes


Comments

No comments written yet.

Please login to write comment.