Color Hex Logo

#0aebee Color Hex

#0AEBEE
(10,235,238)
0 Favorites   0 Comments

Color spaces of #0aebee

RGB 10235238
HSL0.500.920.49
HSV181°96°93°
CMYK 0.960.010.00   0.07
XYZ45.266165.654291.1757
Yxy65.65420.22400.3249
Hunter Lab81.0273-42.0783-9.9968
CIE-Lab84.8197-44.1033-14.6837

#0aebee color RGB value is (10,235,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 11101110
Octal 12 353 356
Decimal 10 235 238
Hex A EB EE

RGB Percentages of Color #0aebee

%2.07
%48.65
%49.28

CMYK Percentages of Color #0aebee

%96
%1
%0
%7

Triadic Colors of #0aebee

#0aebee #ee0aeb #ebee0a

Analogous Colors of #0aebee

#0aebee #0a79ee #0aee7f

Monochromatic Colors of #0aebee

#0aebee

Complementary Color

#0aebee #ee0d0a

#0aebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebee Color CSS Codes

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

#0aebee Text Font Color

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

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


#0aebee Background Color

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

This div background color is #0aebee


#0aebee Border Color

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

This div border color is #0aebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebee


Comments

No comments written yet.

Please login to write comment.