Color Hex Logo

#009268 Color Hex

#009268
(0,146,104)
0 Favorites   0 Comments

Color spaces of #009268

RGB 0146104
HSL0.451.000.29
HSV163°100°57°
CMYK 1.000.000.29   0.43
XYZ12.777621.557216.5842
Yxy21.55720.25090.4234
Hunter Lab46.4297-32.128311.3231
CIE-Lab53.5540-43.663913.1116

#009268 color RGB value is (0,146,104).

#009268 hex color red value is 0, green value is 146 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #009268 hue: 0.45 , saturation: 1.00 and the lightness value of 009268 is 0.29.

The process color (four color CMYK) of #009268 color hex is 1.00, 0.00, 0.29, 0.43. Web safe color of #009268 is #009966. Color #009268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010010 01101000
Octal 0 222 150
Decimal 0 146 104
Hex 0 92 68

RGB Percentages of Color #009268

%0.00
%58.40
%41.60

CMYK Percentages of Color #009268

%100
%0
%29
%43

Triadic Colors of #009268

#009268 #680092 #926800

Analogous Colors of #009268

#009268 #007392 #00921f

Monochromatic Colors of #009268

#009268

Complementary Color

#009268 #92002a

#009268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009268 Color CSS Codes

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

#009268 Text Font Color

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

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


#009268 Background Color

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

This div background color is #009268


#009268 Border Color

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

This div border color is #009268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009268


Comments

No comments written yet.

Please login to write comment.