Color Hex Logo

#00face Color Hex

#00FACE
(0,250,206)
1 Favorites   0 Comments

Color spaces of #00face

RGB 0250206
HSL0.471.000.49
HSV169°100°98°
CMYK 1.000.000.18   0.02
XYZ45.326272.827470.0607
Yxy72.82740.24080.3869
Hunter Lab85.3390-54.536311.0620
CIE-Lab88.3653-59.21337.2764

#00face color RGB value is (0,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111010 11001110
Octal 0 372 316
Decimal 0 250 206
Hex 0 FA CE

RGB Percentages of Color #00face

%0.00
%54.82
%45.18

CMYK Percentages of Color #00face

%100
%0
%18
%2

Triadic Colors of #00face

#00face #ce00fa #face00

Analogous Colors of #00face

#00face #00a9fa #00fa51

Monochromatic Colors of #00face

#00face

Complementary Color

#00face #fa002c

#00face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00face Color Preview on White Background

Lorem ipsum dolor sit amet.

#00face Color CSS Codes

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

#00face Text Font Color

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

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


#00face Background Color

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

This div background color is #00face


#00face Border Color

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

This div border color is #00face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00face


Comments

No comments written yet.

Please login to write comment.