Color Hex Logo

#09bedb Color Hex

#09BEDB
(9,190,219)
0 Favorites   0 Comments

Color spaces of #09bedb

RGB 9190219
HSL0.520.920.45
HSV188°96°86°
CMYK 0.960.130.00   0.14
XYZ31.312341.999573.4742
Yxy41.99950.21330.2861
Hunter Lab64.8070-27.1678-21.8544
CIE-Lab70.8706-29.1165-25.6468

#09bedb color RGB value is (9,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111110 11011011
Octal 11 276 333
Decimal 9 190 219
Hex 9 BE DB

RGB Percentages of Color #09bedb

%2.15
%45.45
%52.39

CMYK Percentages of Color #09bedb

%96
%13
%0
%14

Triadic Colors of #09bedb

#09bedb #db09be #bedb09

Analogous Colors of #09bedb

#09bedb #0955db #09db8f

Monochromatic Colors of #09bedb

#09bedb

Complementary Color

#09bedb #db2609

#09bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bedb Color CSS Codes

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

#09bedb Text Font Color

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

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


#09bedb Background Color

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

This div background color is #09bedb


#09bedb Border Color

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

This div border color is #09bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bedb


Comments

No comments written yet.

Please login to write comment.