Color Hex Logo

#0aebaf Color Hex

#0AEBAF
(10,235,175)
0 Favorites   0 Comments

Color spaces of #0aebaf

RGB 10235175
HSL0.460.920.48
HSV164°96°92°
CMYK 0.960.000.26   0.08
XYZ37.571462.576350.6557
Yxy62.57630.24910.4150
Hunter Lab79.1052-53.654617.4068
CIE-Lab83.2189-60.715516.0953

#0aebaf color RGB value is (10,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10101111
Octal 12 353 257
Decimal 10 235 175
Hex A EB AF

RGB Percentages of Color #0aebaf

%2.38
%55.95
%41.67

CMYK Percentages of Color #0aebaf

%96
%0
%26
%8

Triadic Colors of #0aebaf

#0aebaf #af0aeb #ebaf0a

Analogous Colors of #0aebaf

#0aebaf #0ab7eb #0aeb3f

Monochromatic Colors of #0aebaf

#0aebaf

Complementary Color

#0aebaf #eb0a46

#0aebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebaf Color CSS Codes

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

#0aebaf Text Font Color

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

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


#0aebaf Background Color

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

This div background color is #0aebaf


#0aebaf Border Color

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

This div border color is #0aebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebaf


Comments

No comments written yet.

Please login to write comment.