Color Hex Logo

#0aeced Color Hex

#0AECED
(10,236,237)
0 Favorites   0 Comments

Color spaces of #0aeced

RGB 10236237
HSL0.500.920.48
HSV180°96°93°
CMYK 0.960.000.00   0.07
XYZ45.406766.169990.4996
Yxy66.16990.22470.3275
Hunter Lab81.3449-42.7149-9.0212
CIE-Lab85.0830-44.8343-13.7627

#0aeced color RGB value is (10,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 11101101
Octal 12 354 355
Decimal 10 236 237
Hex A EC ED

RGB Percentages of Color #0aeced

%2.07
%48.86
%49.07

CMYK Percentages of Color #0aeced

%96
%0
%0
%7

Triadic Colors of #0aeced

#0aeced #ed0aec #eced0a

Analogous Colors of #0aeced

#0aeced #0a7bed #0aed7d

Monochromatic Colors of #0aeced

#0aeced

Complementary Color

#0aeced #ed0b0a

#0aeced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeced Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeced Color CSS Codes

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

#0aeced Text Font Color

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

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


#0aeced Background Color

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

This div background color is #0aeced


#0aeced Border Color

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

This div border color is #0aeced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeced


Comments

No comments written yet.

Please login to write comment.