Color Hex Logo

#0092bd Color Hex

#0092BD
(0,146,189)
1 Favorites   0 Comments

Color spaces of #0092bd

RGB 0146189
HSL0.541.000.37
HSV194°100°74°
CMYK 1.000.230.00   0.26
XYZ19.464224.231951.7955
Yxy24.23190.20380.2538
Hunter Lab49.2259-15.5654-27.9268
CIE-Lab56.3192-17.0055-31.4372

#0092bd color RGB value is (0,146,189).

#0092bd hex color red value is 0, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0092bd hue: 0.54 , saturation: 1.00 and the lightness value of 0092bd is 0.37.

The process color (four color CMYK) of #0092bd color hex is 1.00, 0.23, 0.00, 0.26. Web safe color of #0092bd is #0099cc. Color #0092bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010010 10111101
Octal 0 222 275
Decimal 0 146 189
Hex 0 92 BD

RGB Percentages of Color #0092bd

%0.00
%43.58
%56.42

CMYK Percentages of Color #0092bd

%100
%23
%0
%26

Triadic Colors of #0092bd

#0092bd #bd0092 #92bd00

Analogous Colors of #0092bd

#0092bd #0033bd #00bd8a

Monochromatic Colors of #0092bd

#0092bd

Complementary Color

#0092bd #bd2b00

#0092bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0092bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0092bd Color CSS Codes

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

#0092bd Text Font Color

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

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


#0092bd Background Color

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

This div background color is #0092bd


#0092bd Border Color

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

This div border color is #0092bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0092bd

#0092bd Color Palettes


Comments

No comments written yet.

Please login to write comment.