Color Hex Logo

#0afafa Color Hex

#0AFAFA
(10,250,250)
0 Favorites   0 Comments

Color spaces of #0afafa

RGB 10250250
HSL0.500.960.51
HSV180°96°98°
CMYK 0.960.000.00   0.02
XYZ51.566175.3379102.2663
Yxy75.33790.22500.3287
Hunter Lab86.7974-45.8491-9.0984
CIE-Lab89.5510-47.1632-13.8792

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111010 11111010
Octal 12 372 372
Decimal 10 250 250
Hex A FA FA

RGB Percentages of Color #0afafa

%1.96
%49.02
%49.02

CMYK Percentages of Color #0afafa

%96
%0
%0
%2

Triadic Colors of #0afafa

#0afafa #fa0afa #fafa0a

Analogous Colors of #0afafa

#0afafa #0a82fa #0afa82

Monochromatic Colors of #0afafa

#0afafa

Complementary Color

#0afafa #fa0a0a

#0afafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afafa Color CSS Codes

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

#0afafa Text Font Color

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

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


#0afafa Background Color

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

This div background color is #0afafa


#0afafa Border Color

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

This div border color is #0afafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afafa

Related Colors


Comments

No comments written yet.

Please login to write comment.