Color Hex Logo

#09bdde Color Hex

#09BDDE
(9,189,222)
0 Favorites   0 Comments

Color spaces of #09bdde

RGB 9189222
HSL0.530.920.45
HSV189°96°87°
CMYK 0.960.150.00   0.13
XYZ31.495141.727275.5014
Yxy41.72720.21180.2806
Hunter Lab64.5966-26.0135-24.0814
CIE-Lab70.6824-27.6348-27.5700

#09bdde color RGB value is (9,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 11011110
Octal 11 275 336
Decimal 9 189 222
Hex 9 BD DE

RGB Percentages of Color #09bdde

%2.14
%45.00
%52.86

CMYK Percentages of Color #09bdde

%96
%15
%0
%13

Triadic Colors of #09bdde

#09bdde #de09bd #bdde09

Analogous Colors of #09bdde

#09bdde #0953de #09de95

Monochromatic Colors of #09bdde

#09bdde

Complementary Color

#09bdde #de2a09

#09bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdde Color CSS Codes

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

#09bdde Text Font Color

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

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


#09bdde Background Color

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

This div background color is #09bdde


#09bdde Border Color

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

This div border color is #09bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdde


Comments

No comments written yet.

Please login to write comment.