Color Hex Logo

#01554d Color Hex

#01554D
(1,85,77)
0 Favorites   0 Comments

Color spaces of #01554d

RGB 18577
HSL0.480.980.17
HSV174°99°33°
CMYK 0.990.000.09   0.67
XYZ4.60067.03938.1374
Yxy7.03930.23260.3559
Hunter Lab26.5317-15.47850.3876
CIE-Lab31.8962-24.2295-1.6642

#01554d color RGB value is (1,85,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010101 01001101
Octal 1 125 115
Decimal 1 85 77
Hex 1 55 4D

RGB Percentages of Color #01554d

%0.61
%52.15
%47.24

CMYK Percentages of Color #01554d

%99
%0
%9
%67

Triadic Colors of #01554d

#01554d #4d0155 #554d01

Analogous Colors of #01554d

#01554d #013355 #015523

Monochromatic Colors of #01554d

#01554d

Complementary Color

#01554d #550109

#01554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01554d Color CSS Codes

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

#01554d Text Font Color

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

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


#01554d Background Color

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

This div background color is #01554d


#01554d Border Color

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

This div border color is #01554d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #01554d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01554d


Comments

No comments written yet.

Please login to write comment.