Color Hex Logo

#009cbe Color Hex

#009CBE
(0,156,190)
0 Favorites   0 Comments

Color spaces of #009cbe

RGB 0156190
HSL0.531.000.37
HSV191°100°75°
CMYK 1.000.180.00   0.25
XYZ21.182727.494652.9057
Yxy27.49460.20850.2707
Hunter Lab52.4353-19.6517-23.1172
CIE-Lab59.4294-21.9812-27.1825

#009cbe color RGB value is (0,156,190).

#009cbe hex color red value is 0, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #009cbe hue: 0.53 , saturation: 1.00 and the lightness value of 009cbe is 0.37.

The process color (four color CMYK) of #009cbe color hex is 1.00, 0.18, 0.00, 0.25. Web safe color of #009cbe is #0099cc. Color #009cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011100 10111110
Octal 0 234 276
Decimal 0 156 190
Hex 0 9C BE

RGB Percentages of Color #009cbe

%0.00
%45.09
%54.91

CMYK Percentages of Color #009cbe

%100
%18
%0
%25

Triadic Colors of #009cbe

#009cbe #be009c #9cbe00

Analogous Colors of #009cbe

#009cbe #003dbe #00be81

Monochromatic Colors of #009cbe

#009cbe

Complementary Color

#009cbe #be2200

#009cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#009cbe Color CSS Codes

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

#009cbe Text Font Color

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

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


#009cbe Background Color

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

This div background color is #009cbe


#009cbe Border Color

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

This div border color is #009cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,156,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #009cbe;
  box-shadow:         1px 1px 3px 2px #009cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009cbe


Comments

No comments written yet.

Please login to write comment.