Color Hex Logo

#00fbbf Color Hex

#00FBBF
(0,251,191)
0 Favorites   0 Comments

Color spaces of #00fbbf

RGB 0251191
HSL0.461.000.49
HSV166°100°98°
CMYK 1.000.000.24   0.02
XYZ43.901272.755961.0197
Yxy72.75590.24710.4095
Hunter Lab85.2971-57.398417.2931
CIE-Lab88.3312-63.203514.9892

#00fbbf color RGB value is (0,251,191).

#00fbbf hex color red value is 0, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #00fbbf hue: 0.46 , saturation: 1.00 and the lightness value of 00fbbf is 0.49.

The process color (four color CMYK) of #00fbbf color hex is 1.00, 0.00, 0.24, 0.02. Web safe color of #00fbbf is #00ffcc. Color #00fbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111011 10111111
Octal 0 373 277
Decimal 0 251 191
Hex 0 FB BF

RGB Percentages of Color #00fbbf

%0.00
%56.79
%43.21

CMYK Percentages of Color #00fbbf

%100
%0
%24
%2

Triadic Colors of #00fbbf

#00fbbf #bf00fb #fbbf00

Analogous Colors of #00fbbf

#00fbbf #00bafb #00fb41

Monochromatic Colors of #00fbbf

#00fbbf

Complementary Color

#00fbbf #fb003c

#00fbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fbbf Color CSS Codes

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

#00fbbf Text Font Color

<p style="color:#00fbbf">Text here</p>

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


#00fbbf Background Color

<div style="background-color:#00fbbf">
Div content here</div>

This div background color is #00fbbf


#00fbbf Border Color

<div style="border:3px solid #00fbbf">
Div here</div>

This div border color is #00fbbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,251,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00fbbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00fbbf;
  -webkit-box-shadow: 1px 1px 3px 2px #00fbbf;
  box-shadow:         1px 1px 3px 2px #00fbbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,251,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 #00fbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fbbf

Related Colors


Comments

No comments written yet.

Please login to write comment.