Color Hex Logo

#092b2d Color Hex

#092B2D
(9,43,45)
0 Favorites   0 Comments

Color spaces of #092b2d

RGB 94345
HSL0.510.670.11
HSV183°80°18°
CMYK 0.800.040.00   0.82
XYZ1.45021.97532.7875
Yxy1.97530.23340.3179
Hunter Lab14.0545-6.1771-1.9211
CIE-Lab15.3571-11.1471-4.8812

#092b2d color RGB value is (9,43,45).

#092b2d hex color red value is 9, green value is 43 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #092b2d hue: 0.51 , saturation: 0.67 and the lightness value of 092b2d is 0.11.

The process color (four color CMYK) of #092b2d color hex is 0.80, 0.04, 0.00, 0.82. Web safe color of #092b2d is #003333. Color #092b2d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101011 00101101
Octal 11 53 55
Decimal 9 43 45
Hex 9 2B 2D

RGB Percentages of Color #092b2d

%9.28
%44.33
%46.39

CMYK Percentages of Color #092b2d

%80
%4
%0
%82

Triadic Colors of #092b2d

#092b2d #2d092b #2b2d09

Analogous Colors of #092b2d

#092b2d #09192d #092d1d

Monochromatic Colors of #092b2d

#092b2d

Complementary Color

#092b2d #2d0b09

#092b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#092b2d Color CSS Codes

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

#092b2d Text Font Color

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

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


#092b2d Background Color

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

This div background color is #092b2d


#092b2d Border Color

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

This div border color is #092b2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,43,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #092b2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #092b2d;
  -webkit-box-shadow: 1px 1px 3px 2px #092b2d;
  box-shadow:         1px 1px 3px 2px #092b2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,43,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092b2d


Comments

No comments written yet.

Please login to write comment.