Color Hex Logo

#09becd Color Hex

#09BECD
(9,190,205)
0 Favorites   0 Comments

Color spaces of #09becd

RGB 9190205
HSL0.510.920.42
HSV185°96°80°
CMYK 0.960.070.00   0.20
XYZ29.545641.292864.1707
Yxy41.29280.21880.3059
Hunter Lab64.2595-30.3823-14.2265
CIE-Lab70.3806-33.6252-18.7509

#09becd color RGB value is (9,190,205).

#09becd hex color red value is 9, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #09becd hue: 0.51 , saturation: 0.92 and the lightness value of 09becd is 0.42.

The process color (four color CMYK) of #09becd color hex is 0.96, 0.07, 0.00, 0.20. Web safe color of #09becd is #00cccc. Color #09becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111110 11001101
Octal 11 276 315
Decimal 9 190 205
Hex 9 BE CD

RGB Percentages of Color #09becd

%2.23
%47.03
%50.74

CMYK Percentages of Color #09becd

%96
%7
%0
%20

Triadic Colors of #09becd

#09becd #cd09be #becd09

Analogous Colors of #09becd

#09becd #095ccd #09cd7a

Monochromatic Colors of #09becd

#09becd

Complementary Color

#09becd #cd1809

#09becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#09becd Color CSS Codes

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

#09becd Text Font Color

<p style="color:#09becd">Text here</p>

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


#09becd Background Color

<div style="background-color:#09becd">
Div content here</div>

This div background color is #09becd


#09becd Border Color

<div style="border:3px solid #09becd">
Div here</div>

This div border color is #09becd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,190,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09becd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09becd;
  -webkit-box-shadow: 1px 1px 3px 2px #09becd;
  box-shadow:         1px 1px 3px 2px #09becd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09becd


Comments

No comments written yet.

Please login to write comment.