Color Hex Logo

#0aecff Color Hex

#0AECFF
(10,236,255)
0 Favorites   0 Comments

Color spaces of #0aecff

RGB 10236255
HSL0.511.000.52
HSV185°96°100°
CMYK 0.960.070.00   0.00
XYZ48.170667.2754105.0543
Yxy67.27540.21850.3051
Hunter Lab82.0216-38.7062-18.5243
CIE-Lab85.6428-39.4723-22.3815

#0aecff color RGB value is (10,236,255).

#0aecff hex color red value is 10, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0aecff hue: 0.51 , saturation: 1.00 and the lightness value of 0aecff is 0.52.

The process color (four color CMYK) of #0aecff color hex is 0.96, 0.07, 0.00, 0.00. Web safe color of #0aecff is #00ffff. Color #0aecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 11111111
Octal 12 354 377
Decimal 10 236 255
Hex A EC FF

RGB Percentages of Color #0aecff

%2.00
%47.11
%50.90

CMYK Percentages of Color #0aecff

%96
%7
%0
%0

Triadic Colors of #0aecff

#0aecff #ff0aec #ecff0a

Analogous Colors of #0aecff

#0aecff #0a72ff #0aff98

Monochromatic Colors of #0aecff

#0aecff

Complementary Color

#0aecff #ff1d0a

#0aecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aecff Color CSS Codes

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

#0aecff Text Font Color

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

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


#0aecff Background Color

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

This div background color is #0aecff


#0aecff Border Color

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

This div border color is #0aecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aecff


Comments

No comments written yet.

Please login to write comment.