Color Hex Logo

#0aefef Color Hex

#0AEFEF
(10,239,239)
0 Favorites   0 Comments

Color spaces of #0aefef

RGB 10239239
HSL0.500.920.49
HSV180°96°94°
CMYK 0.960.000.00   0.06
XYZ46.571768.029592.3378
Yxy68.02950.22510.3287
Hunter Lab82.4800-43.5513-8.6402
CIE-Lab86.0212-45.5635-13.4098

#0aefef color RGB value is (10,239,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11101111
Octal 12 357 357
Decimal 10 239 239
Hex A EF EF

RGB Percentages of Color #0aefef

%2.05
%48.98
%48.98

CMYK Percentages of Color #0aefef

%96
%0
%0
%6

Triadic Colors of #0aefef

#0aefef #ef0aef #efef0a

Analogous Colors of #0aefef

#0aefef #0a7def #0aef7d

Monochromatic Colors of #0aefef

#0aefef

Complementary Color

#0aefef #ef0a0a

#0aefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefef Color CSS Codes

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

#0aefef Text Font Color

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

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


#0aefef Background Color

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

This div background color is #0aefef


#0aefef Border Color

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

This div border color is #0aefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefef


Comments

No comments written yet.

Please login to write comment.