Color Hex Logo

#00fdbf Color Hex

#00FDBF
(0,253,191)
0 Favorites   0 Comments

Color spaces of #00fdbf

RGB 0253191
HSL0.461.000.50
HSV165°100°99°
CMYK 1.000.000.25   0.01
XYZ44.529274.012161.2291
Yxy74.01210.24770.4117
Hunter Lab86.0303-58.161618.0236
CIE-Lab88.9282-63.942715.8301

#00fdbf color RGB value is (0,253,191).

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

The process color (four color CMYK) of #00fdbf color hex is 1.00, 0.00, 0.25, 0.01. Web safe color of #00fdbf is #00ffcc. Color #00fdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111101 10111111
Octal 0 375 277
Decimal 0 253 191
Hex 0 FD BF

RGB Percentages of Color #00fdbf

%0.00
%56.98
%43.02

CMYK Percentages of Color #00fdbf

%100
%0
%25
%1

Triadic Colors of #00fdbf

#00fdbf #bf00fd #fdbf00

Analogous Colors of #00fdbf

#00fdbf #00bdfd #00fd41

Monochromatic Colors of #00fdbf

#00fdbf

Complementary Color

#00fdbf #fd003e

#00fdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fdbf Color CSS Codes

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

#00fdbf Text Font Color

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

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


#00fdbf Background Color

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

This div background color is #00fdbf


#00fdbf Border Color

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

This div border color is #00fdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fdbf


Comments

No comments written yet.

Please login to write comment.