Color Hex Logo

#00fbdc Color Hex

#00FBDC
(0,251,220)
0 Favorites   0 Comments

Color spaces of #00fbdc

RGB 0251220
HSL0.481.000.49
HSV173°100°98°
CMYK 1.000.000.12   0.02
XYZ47.415474.161779.5257
Yxy74.16170.23580.3688
Hunter Lab86.1172-52.42455.5301
CIE-Lab88.9989-56.03210.9192

#00fbdc color RGB value is (0,251,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111011 11011100
Octal 0 373 334
Decimal 0 251 220
Hex 0 FB DC

RGB Percentages of Color #00fbdc

%0.00
%53.29
%46.71

CMYK Percentages of Color #00fbdc

%100
%0
%12
%2

Triadic Colors of #00fbdc

#00fbdc #dc00fb #fbdc00

Analogous Colors of #00fbdc

#00fbdc #009dfb #00fb5f

Monochromatic Colors of #00fbdc

#00fbdc

Complementary Color

#00fbdc #fb001f

#00fbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fbdc Color CSS Codes

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

#00fbdc Text Font Color

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

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


#00fbdc Background Color

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

This div background color is #00fbdc


#00fbdc Border Color

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

This div border color is #00fbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fbdc


Comments

No comments written yet.

Please login to write comment.