Color Hex Logo

#09bdee Color Hex

#09BDEE
(9,189,238)
0 Favorites   0 Comments

Color spaces of #09bdee

RGB 9189238
HSL0.540.930.48
HSV193°96°93°
CMYK 0.960.210.00   0.07
XYZ33.742942.626387.3382
Yxy42.62630.20610.2604
Hunter Lab65.2888-22.0022-33.6113
CIE-Lab71.3006-22.2565-35.3098

#09bdee color RGB value is (9,189,238).

#09bdee hex color red value is 9, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #09bdee hue: 0.54 , saturation: 0.93 and the lightness value of 09bdee is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111101 11101110
Octal 11 275 356
Decimal 9 189 238
Hex 9 BD EE

RGB Percentages of Color #09bdee

%2.06
%43.35
%54.59

CMYK Percentages of Color #09bdee

%96
%21
%0
%7

Triadic Colors of #09bdee

#09bdee #ee09bd #bdee09

Analogous Colors of #09bdee

#09bdee #094aee #09eead

Monochromatic Colors of #09bdee

#09bdee

Complementary Color

#09bdee #ee3a09

#09bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bdee Color CSS Codes

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

#09bdee Text Font Color

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

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


#09bdee Background Color

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

This div background color is #09bdee


#09bdee Border Color

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

This div border color is #09bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bdee


Comments

No comments written yet.

Please login to write comment.