color codes Logo

#0aeeef color codes

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

Color spaces of #0aeeef

RGB 10238239
HSL0.500.920.49
HSV180°96°94°
CMYK 0.960.000.00   0.06
XYZ46.279767.445692.2405
Yxy67.44560.22470.3275
Hunter Lab82.1253-43.1299-9.1050
CIE-Lab85.7285-45.1274-13.8479

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

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

The process color (four color CMYK) of #0aeeef color code is 0.96, 0.00, 0.00, 0.06. Web safe color of #0aeeef is #00ffff. Color #0aeeef contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #0aeeef

%2.05
%48.87
%49.08

CMYK Percentages of Color #0aeeef

%96
%0
%0
%6

Triadic Colors of #0aeeef

#0aeeef #ef0aee #eeef0a

Analogous Colors of #0aeeef

#0aeeef #0a7cef #0aef7e

Monochromatic Colors of #0aeeef

#0aeeef

Complementary Color

#0aeeef #ef0b0a

#0aeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeeef Color CSS Codes

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

#0aeeef Text Font Color

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

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


#0aeeef Background Color

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

This div background color is #0aeeef


#0aeeef Border Color

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

This div border color is #0aeeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,238,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 #0aeeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeeef


Comments

No comments written yet.

Please login to write comment.