Color Hex Logo

#0aefea Color Hex

#0AEFEA
(10,239,234)
0 Favorites   0 Comments

Color spaces of #0aefea

RGB 10239234
HSL0.500.920.49
HSV179°96°94°
CMYK 0.960.000.02   0.06
XYZ45.843067.738088.5005
Yxy67.73800.22690.3352
Hunter Lab82.3031-44.6055-6.1424
CIE-Lab85.8753-47.0013-11.0018

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11101010
Octal 12 357 352
Decimal 10 239 234
Hex A EF EA

RGB Percentages of Color #0aefea

%2.07
%49.48
%48.45

CMYK Percentages of Color #0aefea

%96
%0
%2
%6

Triadic Colors of #0aefea

#0aefea #ea0aef #efea0a

Analogous Colors of #0aefea

#0aefea #0a82ef #0aef78

Monochromatic Colors of #0aefea

#0aefea

Complementary Color

#0aefea #ef0a0f

#0aefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefea Color CSS Codes

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

#0aefea Text Font Color

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

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


#0aefea Background Color

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

This div background color is #0aefea


#0aefea Border Color

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

This div border color is #0aefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefea


Comments

No comments written yet.

Please login to write comment.