Color Hex Logo

#0aedea Color Hex

#0AEDEA
(10,237,234)
0 Favorites   0 Comments

Color spaces of #0aedea

RGB 10237234
HSL0.500.920.48
HSV179°96°93°
CMYK 0.960.000.01   0.07
XYZ45.260666.573488.3064
Yxy66.57340.22610.3326
Hunter Lab81.5925-43.7703-7.0539
CIE-Lab85.2881-46.1378-11.8777

#0aedea color RGB value is (10,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 11101010
Octal 12 355 352
Decimal 10 237 234
Hex A ED EA

RGB Percentages of Color #0aedea

%2.08
%49.27
%48.65

CMYK Percentages of Color #0aedea

%96
%0
%1
%7

Triadic Colors of #0aedea

#0aedea #ea0aed #edea0a

Analogous Colors of #0aedea

#0aedea #0a7fed #0aed79

Monochromatic Colors of #0aedea

#0aedea

Complementary Color

#0aedea #ed0a0d

#0aedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aedea Color CSS Codes

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

#0aedea Text Font Color

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

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


#0aedea Background Color

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

This div background color is #0aedea


#0aedea Border Color

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

This div border color is #0aedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aedea


Comments

No comments written yet.

Please login to write comment.