Color Hex Logo

#01fbcc Color Hex

#01FBCC
(1,251,204)
0 Favorites   0 Comments

Color spaces of #01fbcc

RGB 1251204
HSL0.470.990.49
HSV169°100°98°
CMYK 1.000.000.19   0.02
XYZ45.408873.360468.8934
Yxy73.36040.24200.3909
Hunter Lab85.6507-55.254712.2654
CIE-Lab88.6193-60.07108.6786

#01fbcc color RGB value is (1,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111011 11001100
Octal 1 373 314
Decimal 1 251 204
Hex 1 FB CC

RGB Percentages of Color #01fbcc

%0.22
%55.04
%44.74

CMYK Percentages of Color #01fbcc

%100
%0
%19
%2

Triadic Colors of #01fbcc

#01fbcc #cc01fb #fbcc01

Analogous Colors of #01fbcc

#01fbcc #01adfb #01fb4f

Monochromatic Colors of #01fbcc

#01fbcc

Complementary Color

#01fbcc #fb0130

#01fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fbcc Color CSS Codes

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

#01fbcc Text Font Color

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

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


#01fbcc Background Color

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

This div background color is #01fbcc


#01fbcc Border Color

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

This div border color is #01fbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #01fbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.