Color Hex Logo

#0affff Color Hex

#0AFFFF
(10,255,255)
0 Favorites   0 Comments

Color spaces of #0affff

RGB 10255255
HSL0.501.000.52
HSV180°96°100°
CMYK 0.960.000.00   0.00
XYZ53.935278.8045106.9759
Yxy78.80450.22500.3287
Hunter Lab88.7719-46.8995-9.3080
CIE-Lab91.1458-47.8851-14.0914

#0affff color RGB value is (10,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111111 11111111
Octal 12 377 377
Decimal 10 255 255
Hex A FF FF

RGB Percentages of Color #0affff

%1.92
%49.04
%49.04

CMYK Percentages of Color #0affff

%96
%0
%0
%0

Triadic Colors of #0affff

#0affff #ff0aff #ffff0a

Analogous Colors of #0affff

#0affff #0a85ff #0aff85

Monochromatic Colors of #0affff

#0affff

Complementary Color

#0affff #ff0a0a

#0affff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0affff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0affff Color CSS Codes

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

#0affff Text Font Color

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

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


#0affff Background Color

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

This div background color is #0affff


#0affff Border Color

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

This div border color is #0affff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0affff

Related Colors

#0affff Color Palettes


Comments

No comments written yet.

Please login to write comment.