Color Hex Logo

#00f9ec Color Hex

#00F9EC
(0,249,236)
0 Favorites   0 Comments

Color spaces of #00f9ec

RGB 0249236
HSL0.491.000.49
HSV177°100°98°
CMYK 1.000.000.05   0.02
XYZ49.016073.807591.0197
Yxy73.80750.22920.3451
Hunter Lab85.9113-48.5030-2.6776
CIE-Lab88.8314-50.8976-7.6594

#00f9ec color RGB value is (0,249,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111001 11101100
Octal 0 371 354
Decimal 0 249 236
Hex 0 F9 EC

RGB Percentages of Color #00f9ec

%0.00
%51.34
%48.66

CMYK Percentages of Color #00f9ec

%100
%0
%5
%2

Triadic Colors of #00f9ec

#00f9ec #ec00f9 #f9ec00

Analogous Colors of #00f9ec

#00f9ec #008af9 #00f970

Monochromatic Colors of #00f9ec

#00f9ec

Complementary Color

#00f9ec #f9000d

#00f9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f9ec Color CSS Codes

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

#00f9ec Text Font Color

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

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


#00f9ec Background Color

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

This div background color is #00f9ec


#00f9ec Border Color

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

This div border color is #00f9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f9ec


Comments

No comments written yet.

Please login to write comment.