Color Hex Logo

#00785d Color Hex

#00785D
(0,120,93)
0 Favorites   0 Comments

Color spaces of #00785d

RGB 012093
HSL0.461.000.24
HSV167°100°47°
CMYK 1.000.000.23   0.53
XYZ8.692314.223312.6432
Yxy14.22330.24440.4000
Hunter Lab37.7138-24.85836.5232
CIE-Lab44.5515-35.72846.8263

#00785d color RGB value is (0,120,93).

#00785d hex color red value is 0, green value is 120 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #00785d hue: 0.46 , saturation: 1.00 and the lightness value of 00785d is 0.24.

The process color (four color CMYK) of #00785d color hex is 1.00, 0.00, 0.23, 0.53. Web safe color of #00785d is #006666. Color #00785d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111000 01011101
Octal 0 170 135
Decimal 0 120 93
Hex 0 78 5D

RGB Percentages of Color #00785d

%0.00
%56.34
%43.66

CMYK Percentages of Color #00785d

%100
%0
%23
%53

Triadic Colors of #00785d

#00785d #5d0078 #785d00

Analogous Colors of #00785d

#00785d #005778 #007821

Monochromatic Colors of #00785d

#00785d

Complementary Color

#00785d #78001b

#00785d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00785d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00785d Color CSS Codes

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

#00785d Text Font Color

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

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


#00785d Background Color

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

This div background color is #00785d


#00785d Border Color

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

This div border color is #00785d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00785d

#00785d Color Palettes


Comments

No comments written yet.

Please login to write comment.