Color Hex Logo

#019826 Color Hex

#019826
(1,152,38)
0 Favorites   0 Comments

Color spaces of #019826

RGB 115238
HSL0.370.990.30
HSV135°99°60°
CMYK 0.990.000.75   0.40
XYZ11.590622.60295.5856
Yxy22.60290.29140.5682
Hunter Lab47.5425-39.682126.3140
CIE-Lab54.6609-56.625847.5159

#019826 color RGB value is (1,152,38).

#019826 hex color red value is 1, green value is 152 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #019826 hue: 0.37 , saturation: 0.99 and the lightness value of 019826 is 0.30.

The process color (four color CMYK) of #019826 color hex is 0.99, 0.00, 0.75, 0.40. Web safe color of #019826 is #009933. Color #019826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011000 00100110
Octal 1 230 46
Decimal 1 152 38
Hex 1 98 26

RGB Percentages of Color #019826

%0.52
%79.58
%19.90

CMYK Percentages of Color #019826

%99
%0
%75
%40

Triadic Colors of #019826

#019826 #260198 #982601

Analogous Colors of #019826

#019826 #019872 #279801

Monochromatic Colors of #019826

#019826

Complementary Color

#019826 #980173

#019826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019826 Color CSS Codes

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

#019826 Text Font Color

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

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


#019826 Background Color

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

This div background color is #019826


#019826 Border Color

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

This div border color is #019826


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,152,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019826; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019826;
  -webkit-box-shadow: 1px 1px 3px 2px #019826;
  box-shadow:         1px 1px 3px 2px #019826; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,152,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019826


Comments

No comments written yet.

Please login to write comment.