Color Hex Logo

#005523 Color Hex

#005523
(0,85,35)
0 Favorites   0 Comments

Color spaces of #005523

RGB 08535
HSL0.401.000.17
HSV145°100°33°
CMYK 1.000.000.59   0.67
XYZ3.55196.61832.6804
Yxy6.61830.27640.5150
Hunter Lab25.7261-20.375811.8308
CIE-Lab30.9217-35.084122.7191

#005523 color RGB value is (0,85,35).

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

The process color (four color CMYK) of #005523 color hex is 1.00, 0.00, 0.59, 0.67. Web safe color of #005523 is #006633. Color #005523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 00100011
Octal 0 125 43
Decimal 0 85 35
Hex 0 55 23

RGB Percentages of Color #005523

%0.00
%70.83
%29.17

CMYK Percentages of Color #005523

%100
%0
%59
%67

Triadic Colors of #005523

#005523 #230055 #552300

Analogous Colors of #005523

#005523 #00554e #075500

Monochromatic Colors of #005523

#005523

Complementary Color

#005523 #550032

#005523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005523 Color CSS Codes

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

#005523 Text Font Color

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

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


#005523 Background Color

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

This div background color is #005523


#005523 Border Color

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

This div border color is #005523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005523


Comments

No comments written yet.

Please login to write comment.