Color Hex Logo

#00ffec Color Hex

#00FFEC
(0,255,236)
6 Favorites   1 Comments

Color spaces of #00ffec

RGB 0255236
HSL0.491.000.50
HSV176°100°100°
CMYK 1.000.000.07   0.00
XYZ50.900377.576191.6478
Yxy77.57610.23120.3524
Hunter Lab88.0773-50.9792-0.0394
CIE-Lab90.5861-53.3874-5.0665

#00ffec color RGB value is (0,255,236).

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

The process color (four color CMYK) of #00ffec color hex is 1.00, 0.00, 0.07, 0.00. Web safe color of #00ffec is #00ffff. Color #00ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 11101100
Octal 0 377 354
Decimal 0 255 236
Hex 0 FF EC

RGB Percentages of Color #00ffec

%0.00
%51.93
%48.07

CMYK Percentages of Color #00ffec

%100
%0
%7
%0

Triadic Colors of #00ffec

#00ffec #ec00ff #ffec00

Analogous Colors of #00ffec

#00ffec #0093ff #00ff6d

Monochromatic Colors of #00ffec

#00ffec

Complementary Color

#00ffec #ff0013

#00ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffec Color CSS Codes

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

#00ffec Text Font Color

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

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


#00ffec Background Color

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

This div background color is #00ffec


#00ffec Border Color

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

This div border color is #00ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ffec


Comments

21 Feb 2018, 19:09 iiBalloonFaceii

iiballisticsquid would be proud of me *sniffles* go Dave(iiballisticsquid)!

Please login to write comment.