Color Hex Logo

#0aefce Color Hex

#0AEFCE
(10,239,206)
0 Favorites   0 Comments

Color spaces of #0aefce

RGB 10239206
HSL0.480.920.49
HSV171°96°94°
CMYK 0.960.000.14   0.06
XYZ42.132366.253868.9602
Yxy66.25380.23760.3736
Hunter Lab81.3964-50.04896.7462
CIE-Lab85.1257-54.64922.5996

#0aefce color RGB value is (10,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11001110
Octal 12 357 316
Decimal 10 239 206
Hex A EF CE

RGB Percentages of Color #0aefce

%2.20
%52.53
%45.27

CMYK Percentages of Color #0aefce

%96
%0
%14
%6

Triadic Colors of #0aefce

#0aefce #ce0aef #efce0a

Analogous Colors of #0aefce

#0aefce #0a9eef #0aef5c

Monochromatic Colors of #0aefce

#0aefce

Complementary Color

#0aefce #ef0a2b

#0aefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefce Color CSS Codes

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

#0aefce Text Font Color

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

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


#0aefce Background Color

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

This div background color is #0aefce


#0aefce Border Color

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

This div border color is #0aefce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,239,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 #0aefce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefce


Comments

No comments written yet.

Please login to write comment.