Color Hex Logo

#0aefdf Color Hex

#0AEFDF
(10,239,223)
0 Favorites   0 Comments

Color spaces of #0aefdf

RGB 10239223
HSL0.490.920.49
HSV176°96°94°
CMYK 0.960.000.07   0.06
XYZ44.311067.125280.4331
Yxy67.12520.23090.3498
Hunter Lab81.9300-46.8375-0.8558
CIE-Lab85.5671-50.0906-5.6800

#0aefdf color RGB value is (10,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101111 11011111
Octal 12 357 337
Decimal 10 239 223
Hex A EF DF

RGB Percentages of Color #0aefdf

%2.12
%50.64
%47.25

CMYK Percentages of Color #0aefdf

%96
%0
%7
%6

Triadic Colors of #0aefdf

#0aefdf #df0aef #efdf0a

Analogous Colors of #0aefdf

#0aefdf #0a8def #0aef6d

Monochromatic Colors of #0aefdf

#0aefdf

Complementary Color

#0aefdf #ef0a1a

#0aefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aefdf Color CSS Codes

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

#0aefdf Text Font Color

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

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


#0aefdf Background Color

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

This div background color is #0aefdf


#0aefdf Border Color

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

This div border color is #0aefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aefdf


Comments

No comments written yet.

Please login to write comment.