Color Hex Logo

#0ae6fb Color Hex

#0AE6FB
(10,230,251)
0 Favorites   0 Comments

Color spaces of #0ae6fb

RGB 10230251
HSL0.510.970.51
HSV185°96°98°
CMYK 0.960.080.00   0.02
XYZ45.834663.6232101.1316
Yxy63.62320.21760.3021
Hunter Lab79.7642-37.0164-19.3379
CIE-Lab83.7692-37.9473-23.1208

#0ae6fb color RGB value is (10,230,251).

#0ae6fb hex color red value is 10, green value is 230 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0ae6fb hue: 0.51 , saturation: 0.97 and the lightness value of 0ae6fb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11100110 11111011
Octal 12 346 373
Decimal 10 230 251
Hex A E6 FB

RGB Percentages of Color #0ae6fb

%2.04
%46.84
%51.12

CMYK Percentages of Color #0ae6fb

%96
%8
%0
%2

Triadic Colors of #0ae6fb

#0ae6fb #fb0ae6 #e6fb0a

Analogous Colors of #0ae6fb

#0ae6fb #0a6efb #0afb98

Monochromatic Colors of #0ae6fb

#0ae6fb

Complementary Color

#0ae6fb #fb1f0a

#0ae6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae6fb Color CSS Codes

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

#0ae6fb Text Font Color

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

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


#0ae6fb Background Color

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

This div background color is #0ae6fb


#0ae6fb Border Color

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

This div border color is #0ae6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae6fb


Comments

No comments written yet.

Please login to write comment.