Color Hex Logo

#09fcbf Color Hex

#09FCBF
(9,252,191)
0 Favorites   0 Comments

Color spaces of #09fcbf

RGB 9252191
HSL0.460.980.51
HSV165°96°99°
CMYK 0.960.000.24   0.01
XYZ44.327073.440561.1294
Yxy73.44050.24780.4105
Hunter Lab85.6974-57.641417.6957
CIE-Lab88.6574-63.364015.4529

#09fcbf color RGB value is (9,252,191).

#09fcbf hex color red value is 9, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #09fcbf hue: 0.46 , saturation: 0.98 and the lightness value of 09fcbf is 0.51.

The process color (four color CMYK) of #09fcbf color hex is 0.96, 0.00, 0.24, 0.01. Web safe color of #09fcbf is #00ffcc. Color #09fcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111100 10111111
Octal 11 374 277
Decimal 9 252 191
Hex 9 FC BF

RGB Percentages of Color #09fcbf

%1.99
%55.75
%42.26

CMYK Percentages of Color #09fcbf

%96
%0
%24
%1

Triadic Colors of #09fcbf

#09fcbf #bf09fc #fcbf09

Analogous Colors of #09fcbf

#09fcbf #09c0fc #09fc46

Monochromatic Colors of #09fcbf

#09fcbf

Complementary Color

#09fcbf #fc0946

#09fcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09fcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#09fcbf Color CSS Codes

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

#09fcbf Text Font Color

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

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


#09fcbf Background Color

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

This div background color is #09fcbf


#09fcbf Border Color

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

This div border color is #09fcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09fcbf


Comments

No comments written yet.

Please login to write comment.