Color Hex Logo

#01fcca Color Hex

#01FCCA
(1,252,202)
0 Favorites   0 Comments

Color spaces of #01fcca

RGB 1252202
HSL0.470.990.50
HSV168°100°99°
CMYK 1.000.000.20   0.01
XYZ45.483673.891567.7424
Yxy73.89150.24310.3949
Hunter Lab85.9602-55.981613.4476
CIE-Lab88.8712-60.942110.0744

#01fcca color RGB value is (1,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111100 11001010
Octal 1 374 312
Decimal 1 252 202
Hex 1 FC CA

RGB Percentages of Color #01fcca

%0.22
%55.38
%44.40

CMYK Percentages of Color #01fcca

%100
%0
%20
%1

Triadic Colors of #01fcca

#01fcca #ca01fc #fcca01

Analogous Colors of #01fcca

#01fcca #01b1fc #01fc4d

Monochromatic Colors of #01fcca

#01fcca

Complementary Color

#01fcca #fc0133

#01fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fcca Color CSS Codes

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

#01fcca Text Font Color

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

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


#01fcca Background Color

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

This div background color is #01fcca


#01fcca Border Color

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

This div border color is #01fcca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,252,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.