Color Hex Logo

#00926b Color Hex

#00926B
(0,146,107)
0 Favorites   0 Comments

Color spaces of #00926b

RGB 0146107
HSL0.461.000.29
HSV164°100°57°
CMYK 1.000.000.27   0.43
XYZ12.932721.619317.4012
Yxy21.61930.24890.4161
Hunter Lab46.4966-31.720410.3585
CIE-Lab53.6207-42.919311.5008

#00926b color RGB value is (0,146,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010010 01101011
Octal 0 222 153
Decimal 0 146 107
Hex 0 92 6B

RGB Percentages of Color #00926b

%0.00
%57.71
%42.29

CMYK Percentages of Color #00926b

%100
%0
%27
%43

Triadic Colors of #00926b

#00926b #6b0092 #926b00

Analogous Colors of #00926b

#00926b #007092 #009222

Monochromatic Colors of #00926b

#00926b

Complementary Color

#00926b #920027

#00926b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00926b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00926b Color CSS Codes

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

#00926b Text Font Color

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

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


#00926b Background Color

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

This div background color is #00926b


#00926b Border Color

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

This div border color is #00926b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00926b


Comments

No comments written yet.

Please login to write comment.