Color Hex Logo

#00fcde Color Hex

#00FCDE
(0,252,222)
0 Favorites   0 Comments

Color spaces of #00fcde

RGB 0252222
HSL0.481.000.49
HSV173°100°99°
CMYK 1.000.000.12   0.01
XYZ47.995274.894781.0338
Yxy74.89470.23540.3673
Hunter Lab86.5417-52.45365.0627
CIE-Lab89.3436-55.90850.3823

#00fcde color RGB value is (0,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111100 11011110
Octal 0 374 336
Decimal 0 252 222
Hex 0 FC DE

RGB Percentages of Color #00fcde

%0.00
%53.16
%46.84

CMYK Percentages of Color #00fcde

%100
%0
%12
%1

Triadic Colors of #00fcde

#00fcde #de00fc #fcde00

Analogous Colors of #00fcde

#00fcde #009cfc #00fc60

Monochromatic Colors of #00fcde

#00fcde

Complementary Color

#00fcde #fc001e

#00fcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fcde Color CSS Codes

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

#00fcde Text Font Color

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

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


#00fcde Background Color

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

This div background color is #00fcde


#00fcde Border Color

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

This div border color is #00fcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fcde

Related Colors


Comments

No comments written yet.

Please login to write comment.