Color Hex Logo

#0aefec Color Hex

#0AEFEC
(10,239,236)
0 Favorites   0 Comments

Color spaces of #0aefec

RGB 10239236
HSL0.500.920.49
HSV179°96°94°
CMYK 0.960.000.01   0.06
XYZ46.132067.853790.0225
Yxy67.85370.22610.3326
Hunter Lab82.3734-44.1870-7.1343
CIE-Lab85.9332-46.4289-11.9657

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11101100
Octal 12 357 354
Decimal 10 239 236
Hex A EF EC

RGB Percentages of Color #0aefec

%2.06
%49.28
%48.66

CMYK Percentages of Color #0aefec

%96
%0
%1
%6

Triadic Colors of #0aefec

#0aefec #ec0aef #efec0a

Analogous Colors of #0aefec

#0aefec #0a80ef #0aef7a

Monochromatic Colors of #0aefec

#0aefec

Complementary Color

#0aefec #ef0a0d

#0aefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefec Color CSS Codes

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

#0aefec Text Font Color

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

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


#0aefec Background Color

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

This div background color is #0aefec


#0aefec Border Color

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

This div border color is #0aefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefec


Comments

No comments written yet.

Please login to write comment.