Color Hex Logo

#0aebde Color Hex

#0AEBDE
(10,235,222)
0 Favorites   0 Comments

Color spaces of #0aebde

RGB 10235222
HSL0.490.920.48
HSV177°96°92°
CMYK 0.960.000.06   0.08
XYZ43.018364.755179.3389
Yxy64.75510.22990.3461
Hunter Lab80.4706-45.4002-2.1268
CIE-Lab84.3574-48.6836-6.9422

#0aebde color RGB value is (10,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 11011110
Octal 12 353 336
Decimal 10 235 222
Hex A EB DE

RGB Percentages of Color #0aebde

%2.14
%50.32
%47.54

CMYK Percentages of Color #0aebde

%96
%0
%6
%8

Triadic Colors of #0aebde

#0aebde #de0aeb #ebde0a

Analogous Colors of #0aebde

#0aebde #0a88eb #0aeb6e

Monochromatic Colors of #0aebde

#0aebde

Complementary Color

#0aebde #eb0a17

#0aebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebde Color CSS Codes

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

#0aebde Text Font Color

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

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


#0aebde Background Color

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

This div background color is #0aebde


#0aebde Border Color

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

This div border color is #0aebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebde


Comments

No comments written yet.

Please login to write comment.