Color Hex Logo

#00fcba Color Hex

#00FCBA
(0,252,186)
0 Favorites   0 Comments

Color spaces of #00fcba

RGB 0252186
HSL0.461.000.49
HSV164°100°99°
CMYK 1.000.000.26   0.01
XYZ43.673373.166058.2750
Yxy73.16600.24940.4178
Hunter Lab85.5371-58.552019.4827
CIE-Lab88.5268-64.716817.8368

#00fcba color RGB value is (0,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111100 10111010
Octal 0 374 272
Decimal 0 252 186
Hex 0 FC BA

RGB Percentages of Color #00fcba

%0.00
%57.53
%42.47

CMYK Percentages of Color #00fcba

%100
%0
%26
%1

Triadic Colors of #00fcba

#00fcba #ba00fc #fcba00

Analogous Colors of #00fcba

#00fcba #00c0fc #00fc3c

Monochromatic Colors of #00fcba

#00fcba

Complementary Color

#00fcba #fc0042

#00fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fcba Color CSS Codes

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

#00fcba Text Font Color

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

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


#00fcba Background Color

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

This div background color is #00fcba


#00fcba Border Color

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

This div border color is #00fcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fcba


Comments

No comments written yet.

Please login to write comment.