Color Hex Logo

#00fedc Color Hex

#00FEDC
(0,254,220)
0 Favorites   0 Comments

Color spaces of #00fedc

RGB 0254220
HSL0.481.000.50
HSV172°100°100°
CMYK 1.000.000.13   0.00
XYZ48.360176.050979.8406
Yxy76.05090.23680.3723
Hunter Lab87.2072-53.62676.7634
CIE-Lab89.8830-57.22672.2061

#00fedc color RGB value is (0,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111110 11011100
Octal 0 376 334
Decimal 0 254 220
Hex 0 FE DC

RGB Percentages of Color #00fedc

%0.00
%53.59
%46.41

CMYK Percentages of Color #00fedc

%100
%0
%13
%0

Triadic Colors of #00fedc

#00fedc #dc00fe #fedc00

Analogous Colors of #00fedc

#00fedc #00a1fe #00fe5d

Monochromatic Colors of #00fedc

#00fedc

Complementary Color

#00fedc #fe0022

#00fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fedc Color CSS Codes

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

#00fedc Text Font Color

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

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


#00fedc Background Color

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

This div background color is #00fedc


#00fedc Border Color

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

This div border color is #00fedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,254,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 #00fedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.