Color Hex Logo

#009dbf Color Hex

#009DBF
(0,157,191)
0 Favorites   0 Comments

Color spaces of #009dbf

RGB 0157191
HSL0.531.000.37
HSV191°100°75°
CMYK 1.000.180.00   0.25
XYZ21.460927.875553.5396
Yxy27.87550.20860.2710
Hunter Lab52.7973-19.8389-23.1656
CIE-Lab59.7761-22.1544-27.2102

#009dbf color RGB value is (0,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011101 10111111
Octal 0 235 277
Decimal 0 157 191
Hex 0 9D BF

RGB Percentages of Color #009dbf

%0.00
%45.11
%54.89

CMYK Percentages of Color #009dbf

%100
%18
%0
%25

Triadic Colors of #009dbf

#009dbf #bf009d #9dbf00

Analogous Colors of #009dbf

#009dbf #003ebf #00bf82

Monochromatic Colors of #009dbf

#009dbf

Complementary Color

#009dbf #bf2200

#009dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#009dbf Color CSS Codes

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

#009dbf Text Font Color

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

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


#009dbf Background Color

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

This div background color is #009dbf


#009dbf Border Color

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

This div border color is #009dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009dbf


Comments

No comments written yet.

Please login to write comment.