Color Hex Logo

#0acefa Color Hex

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

Color spaces of #0acefa

RGB 10206250
HSL0.530.960.51
HSV191°96°98°
CMYK 0.960.180.00   0.02
XYZ39.451851.109398.2282
Yxy51.10930.20900.2707
Hunter Lab71.4908-26.6046-31.4208
CIE-Lab76.7452-26.7889-33.3457

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

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

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

Base Numbers

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

RGB Percentages of Color #0acefa

%2.15
%44.21
%53.65

CMYK Percentages of Color #0acefa

%96
%18
%0
%2

Triadic Colors of #0acefa

#0acefa #fa0ace #cefa0a

Analogous Colors of #0acefa

#0acefa #0a56fa #0afaae

Monochromatic Colors of #0acefa

#0acefa

Complementary Color

#0acefa #fa360a

#0acefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acefa Color CSS Codes

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

#0acefa Text Font Color

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

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


#0acefa Background Color

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

This div background color is #0acefa


#0acefa Border Color

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

This div border color is #0acefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acefa


Comments

No comments written yet.

Please login to write comment.