Color Hex Logo

#0aface Color Hex

#0AFACE
(10,250,206)
0 Favorites   0 Comments

Color spaces of #0aface

RGB 10250206
HSL0.470.960.51
HSV169°96°98°
CMYK 0.960.000.18   0.02
XYZ45.451472.892070.0665
Yxy72.89200.24120.3869
Hunter Lab85.3768-54.382711.1060
CIE-Lab88.3962-58.98707.3248

#0aface color RGB value is (10,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111010 11001110
Octal 12 372 316
Decimal 10 250 206
Hex A FA CE

RGB Percentages of Color #0aface

%2.15
%53.65
%44.21

CMYK Percentages of Color #0aface

%96
%0
%18
%2

Triadic Colors of #0aface

#0aface #ce0afa #face0a

Analogous Colors of #0aface

#0aface #0aaefa #0afa56

Monochromatic Colors of #0aface

#0aface

Complementary Color

#0aface #fa0a36

#0aface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aface Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aface Color CSS Codes

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

#0aface Text Font Color

<p style="color:#0aface">Text here</p>

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


#0aface Background Color

<div style="background-color:#0aface">
Div content here</div>

This div background color is #0aface


#0aface Border Color

<div style="border:3px solid #0aface">
Div here</div>

This div border color is #0aface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aface


Comments

No comments written yet.

Please login to write comment.