Color Hex Logo

#0aedca Color Hex

#0AEDCA
(10,237,202)
0 Favorites   0 Comments

Color spaces of #0aedca

RGB 10237202
HSL0.470.920.48
HSV171°96°93°
CMYK 0.960.000.15   0.07
XYZ41.070064.897266.2389
Yxy64.89720.23850.3769
Hunter Lab80.5588-49.97617.6404
CIE-Lab84.4307-54.88503.6911

#0aedca color RGB value is (10,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 11001010
Octal 12 355 312
Decimal 10 237 202
Hex A ED CA

RGB Percentages of Color #0aedca

%2.23
%52.78
%44.99

CMYK Percentages of Color #0aedca

%96
%0
%15
%7

Triadic Colors of #0aedca

#0aedca #ca0aed #edca0a

Analogous Colors of #0aedca

#0aedca #0a9fed #0aed59

Monochromatic Colors of #0aedca

#0aedca

Complementary Color

#0aedca #ed0a2d

#0aedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aedca Color CSS Codes

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

#0aedca Text Font Color

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

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


#0aedca Background Color

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

This div background color is #0aedca


#0aedca Border Color

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

This div border color is #0aedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aedca


Comments

No comments written yet.

Please login to write comment.