Color Hex Logo

#0aeece Color Hex

#0AEECE
(10,238,206)
0 Favorites   0 Comments

Color spaces of #0aeece

RGB 10238206
HSL0.480.920.49
HSV172°96°93°
CMYK 0.960.000.13   0.07
XYZ41.840365.669868.8629
Yxy65.66980.23720.3723
Hunter Lab81.0369-49.65306.3428
CIE-Lab84.8277-54.24752.1667

#0aeece color RGB value is (10,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 11001110
Octal 12 356 316
Decimal 10 238 206
Hex A EE CE

RGB Percentages of Color #0aeece

%2.20
%52.42
%45.37

CMYK Percentages of Color #0aeece

%96
%0
%13
%7

Triadic Colors of #0aeece

#0aeece #ce0aee #eece0a

Analogous Colors of #0aeece

#0aeece #0a9cee #0aee5c

Monochromatic Colors of #0aeece

#0aeece

Complementary Color

#0aeece #ee0a2a

#0aeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeece Color CSS Codes

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

#0aeece Text Font Color

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

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


#0aeece Background Color

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

This div background color is #0aeece


#0aeece Border Color

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

This div border color is #0aeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeece


Comments

No comments written yet.

Please login to write comment.