Color Hex Logo

#0aebbe Color Hex

#0AEBBE
(10,235,190)
0 Favorites   0 Comments

Color spaces of #0aebbe

RGB 10235190
HSL0.470.920.48
HSV168°96°92°
CMYK 0.960.000.19   0.08
XYZ39.127863.198958.8516
Yxy63.19890.24280.3921
Hunter Lab79.4977-51.265611.7565
CIE-Lab83.5469-57.13068.7170

#0aebbe color RGB value is (10,235,190).

#0aebbe hex color red value is 10, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0aebbe hue: 0.47 , saturation: 0.92 and the lightness value of 0aebbe is 0.48.

The process color (four color CMYK) of #0aebbe color hex is 0.96, 0.00, 0.19, 0.08. Web safe color of #0aebbe is #00ffcc. Color #0aebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10111110
Octal 12 353 276
Decimal 10 235 190
Hex A EB BE

RGB Percentages of Color #0aebbe

%2.30
%54.02
%43.68

CMYK Percentages of Color #0aebbe

%96
%0
%19
%8

Triadic Colors of #0aebbe

#0aebbe #be0aeb #ebbe0a

Analogous Colors of #0aebbe

#0aebbe #0aa8eb #0aeb4e

Monochromatic Colors of #0aebbe

#0aebbe

Complementary Color

#0aebbe #eb0a37

#0aebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebbe Color CSS Codes

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

#0aebbe Text Font Color

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

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


#0aebbe Background Color

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

This div background color is #0aebbe


#0aebbe Border Color

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

This div border color is #0aebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebbe


Comments

No comments written yet.

Please login to write comment.