Color Hex Logo

#007455 Color Hex

#007455
(0,116,85)
0 Favorites   0 Comments

Color spaces of #007455

RGB 011685
HSL0.461.000.23
HSV164°100°45°
CMYK 1.000.000.27   0.55
XYZ7.885113.146710.7163
Yxy13.14670.24840.4141
Hunter Lab36.2584-24.63387.8575
CIE-Lab42.9835-36.17059.3553

#007455 color RGB value is (0,116,85).

#007455 hex color red value is 0, green value is 116 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #007455 hue: 0.46 , saturation: 1.00 and the lightness value of 007455 is 0.23.

The process color (four color CMYK) of #007455 color hex is 1.00, 0.00, 0.27, 0.55. Web safe color of #007455 is #006666. Color #007455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110100 01010101
Octal 0 164 125
Decimal 0 116 85
Hex 0 74 55

RGB Percentages of Color #007455

%0.00
%57.71
%42.29

CMYK Percentages of Color #007455

%100
%0
%27
%55

Triadic Colors of #007455

#007455 #550074 #745500

Analogous Colors of #007455

#007455 #005974 #00741b

Monochromatic Colors of #007455

#007455

Complementary Color

#007455 #74001f

#007455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007455 Color CSS Codes

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

#007455 Text Font Color

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

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


#007455 Background Color

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

This div background color is #007455


#007455 Border Color

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

This div border color is #007455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007455

#007455 Color Palettes


Comments

No comments written yet.

Please login to write comment.