Color Hex Logo

#009bda Color Hex

#009BDA
(0,155,218)
0 Favorites   0 Comments

Color spaces of #009bda

RGB 0155218
HSL0.551.000.43
HSV197°100°85°
CMYK 1.000.290.00   0.15
XYZ24.376228.504670.5468
Yxy28.50460.19750.2309
Hunter Lab53.3897-11.9340-40.9704
CIE-Lab60.3419-11.3877-41.4383

#009bda color RGB value is (0,155,218).

#009bda hex color red value is 0, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #009bda hue: 0.55 , saturation: 1.00 and the lightness value of 009bda is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011011 11011010
Octal 0 233 332
Decimal 0 155 218
Hex 0 9B DA

RGB Percentages of Color #009bda

%0.00
%41.55
%58.45

CMYK Percentages of Color #009bda

%100
%29
%0
%15

Triadic Colors of #009bda

#009bda #da009b #9bda00

Analogous Colors of #009bda

#009bda #002eda #00daac

Monochromatic Colors of #009bda

#009bda

Complementary Color

#009bda #da3f00

#009bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#009bda Color CSS Codes

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

#009bda Text Font Color

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

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


#009bda Background Color

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

This div background color is #009bda


#009bda Border Color

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

This div border color is #009bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009bda


Comments

No comments written yet.

Please login to write comment.