Color Hex Logo

#0acffa Color Hex

#0ACFFA
(10,207,250)
0 Favorites   0 Comments

Color spaces of #0acffa

RGB 10207250
HSL0.530.960.51
HSV191°96°98°
CMYK 0.960.170.00   0.02
XYZ39.693351.592398.3087
Yxy51.59230.20940.2721
Hunter Lab71.8278-27.0564-30.8691
CIE-Lab77.0364-27.2847-32.8963

#0acffa color RGB value is (10,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11111010
Octal 12 317 372
Decimal 10 207 250
Hex A CF FA

RGB Percentages of Color #0acffa

%2.14
%44.33
%53.53

CMYK Percentages of Color #0acffa

%96
%17
%0
%2

Triadic Colors of #0acffa

#0acffa #fa0acf #cffa0a

Analogous Colors of #0acffa

#0acffa #0a57fa #0afaad

Monochromatic Colors of #0acffa

#0acffa

Complementary Color

#0acffa #fa350a

#0acffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acffa Color CSS Codes

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

#0acffa Text Font Color

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

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


#0acffa Background Color

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

This div background color is #0acffa


#0acffa Border Color

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

This div border color is #0acffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acffa


Comments

No comments written yet.

Please login to write comment.