Color Hex Logo

#00554d Color Hex

#00554D
(0,85,77)
0 Favorites   0 Comments

Color spaces of #00554d

RGB 08577
HSL0.481.000.17
HSV174°100°33°
CMYK 1.000.000.09   0.67
XYZ4.58817.03288.1368
Yxy7.03280.23220.3560
Hunter Lab26.5194-15.52690.3720
CIE-Lab31.8815-24.3311-1.6876

#00554d color RGB value is (0,85,77).

#00554d hex color red value is 0, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #00554d hue: 0.48 , saturation: 1.00 and the lightness value of 00554d is 0.17.

The process color (four color CMYK) of #00554d color hex is 1.00, 0.00, 0.09, 0.67. Web safe color of #00554d is #006666. Color #00554d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 01001101
Octal 0 125 115
Decimal 0 85 77
Hex 0 55 4D

RGB Percentages of Color #00554d

%0.00
%52.47
%47.53

CMYK Percentages of Color #00554d

%100
%0
%9
%67

Triadic Colors of #00554d

#00554d #4d0055 #554d00

Analogous Colors of #00554d

#00554d #003355 #005523

Monochromatic Colors of #00554d

#00554d

Complementary Color

#00554d #550008

#00554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00554d Color CSS Codes

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

#00554d Text Font Color

<p style="color:#00554d">Text here</p>

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


#00554d Background Color

<div style="background-color:#00554d">
Div content here</div>

This div background color is #00554d


#00554d Border Color

<div style="border:3px solid #00554d">
Div here</div>

This div border color is #00554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00554d


Comments

No comments written yet.

Please login to write comment.