Color Hex Logo

#09fbcc Color Hex

#09FBCC
(9,251,204)
0 Favorites   0 Comments

Color spaces of #09fbcc

RGB 9251204
HSL0.470.970.51
HSV168°96°98°
CMYK 0.960.000.19   0.02
XYZ45.508973.412168.8981
Yxy73.41210.24230.3909
Hunter Lab85.6809-55.132312.3000
CIE-Lab88.6439-59.88998.7170

#09fbcc color RGB value is (9,251,204).

#09fbcc hex color red value is 9, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #09fbcc hue: 0.47 , saturation: 0.97 and the lightness value of 09fbcc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111011 11001100
Octal 11 373 314
Decimal 9 251 204
Hex 9 FB CC

RGB Percentages of Color #09fbcc

%1.94
%54.09
%43.97

CMYK Percentages of Color #09fbcc

%96
%0
%19
%2

Triadic Colors of #09fbcc

#09fbcc #cc09fb #fbcc09

Analogous Colors of #09fbcc

#09fbcc #09b1fb #09fb53

Monochromatic Colors of #09fbcc

#09fbcc

Complementary Color

#09fbcc #fb0938

#09fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#09fbcc Color CSS Codes

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

#09fbcc Text Font Color

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

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


#09fbcc Background Color

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

This div background color is #09fbcc


#09fbcc Border Color

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

This div border color is #09fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09fbcc


Comments

No comments written yet.

Please login to write comment.