color codes Logo

#09bfda color codes

#09BFDA
(9,191,218)
0 Favorites   0 Comments

Color spaces of #09bfda

RGB 9191218
HSL0.520.920.45
HSV188°96°85°
CMYK 0.960.120.00   0.15
XYZ31.398342.381672.8553
Yxy42.38160.21410.2890
Hunter Lab65.1012-27.8364-20.7812
CIE-Lab71.1332-29.9327-24.7001

#09bfda color RGB value is (9,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111111 11011010
Octal 11 277 332
Decimal 9 191 218
Hex 9 BF DA

RGB Percentages of Color #09bfda

%2.15
%45.69
%52.15

CMYK Percentages of Color #09bfda

%96
%12
%0
%15

Triadic Colors of #09bfda

#09bfda #da09bf #bfda09

Analogous Colors of #09bfda

#09bfda #0956da #09da8d

Monochromatic Colors of #09bfda

#09bfda

Complementary Color

#09bfda #da2409

#09bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bfda Color CSS Codes

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

#09bfda Text Font Color

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

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


#09bfda Background Color

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

This div background color is #09bfda


#09bfda Border Color

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

This div border color is #09bfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,191,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 #09bfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bfda


Comments

No comments written yet.

Please login to write comment.