Color Hex Logo

#0aebec Color Hex

#0AEBEC
(10,235,236)
0 Favorites   0 Comments

Color spaces of #0aebec

RGB 10235236
HSL0.500.920.48
HSV180°96°93°
CMYK 0.960.000.00   0.07
XYZ44.973865.537389.6365
Yxy65.53730.22470.3274
Hunter Lab80.9551-42.5076-8.9795
CIE-Lab84.7598-44.6875-13.7201

#0aebec color RGB value is (10,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 11101100
Octal 12 353 354
Decimal 10 235 236
Hex A EB EC

RGB Percentages of Color #0aebec

%2.08
%48.86
%49.06

CMYK Percentages of Color #0aebec

%96
%0
%0
%7

Triadic Colors of #0aebec

#0aebec #ec0aeb #ebec0a

Analogous Colors of #0aebec

#0aebec #0a7aec #0aec7c

Monochromatic Colors of #0aebec

#0aebec

Complementary Color

#0aebec #ec0b0a

#0aebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebec Color CSS Codes

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

#0aebec Text Font Color

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

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


#0aebec Background Color

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

This div background color is #0aebec


#0aebec Border Color

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

This div border color is #0aebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebec


Comments

No comments written yet.

Please login to write comment.