Color Hex Logo

#0aefee Color Hex

#0AEFEE
(10,239,238)
0 Favorites   0 Comments

Color spaces of #0aefee

RGB 10239238
HSL0.500.920.49
HSV180°96°94°
CMYK 0.960.000.00   0.06
XYZ46.424367.970691.5617
Yxy67.97060.22540.3300
Hunter Lab82.4443-43.7643-8.1358
CIE-Lab85.9917-45.8529-12.9287

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11101110
Octal 12 357 356
Decimal 10 239 238
Hex A EF EE

RGB Percentages of Color #0aefee

%2.05
%49.08
%48.87

CMYK Percentages of Color #0aefee

%96
%0
%0
%6

Triadic Colors of #0aefee

#0aefee #ee0aef #efee0a

Analogous Colors of #0aefee

#0aefee #0a7eef #0aef7c

Monochromatic Colors of #0aefee

#0aefee

Complementary Color

#0aefee #ef0a0b

#0aefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefee Color CSS Codes

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

#0aefee Text Font Color

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

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


#0aefee Background Color

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

This div background color is #0aefee


#0aefee Border Color

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

This div border color is #0aefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefee


Comments

No comments written yet.

Please login to write comment.