Color Hex Logo

#0ae956 Color Hex

#0AE956
(10,233,86)
0 Favorites   0 Comments

Color spaces of #0ae956

RGB 1023386
HSL0.390.920.48
HSV140°96°91°
CMYK 0.960.000.63   0.09
XYZ30.943859.014218.5641
Yxy59.01420.28510.5438
Hunter Lab76.8207-62.535439.4468
CIE-Lab81.2994-75.428356.8568

#0ae956 color RGB value is (10,233,86).

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

The process color (four color CMYK) of #0ae956 color hex is 0.96, 0.00, 0.63, 0.09. Web safe color of #0ae956 is #00ff66. Color #0ae956 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101001 01010110
Octal 12 351 126
Decimal 10 233 86
Hex A E9 56

RGB Percentages of Color #0ae956

%3.04
%70.82
%26.14

CMYK Percentages of Color #0ae956

%96
%0
%63
%9

Triadic Colors of #0ae956

#0ae956 #560ae9 #e9560a

Analogous Colors of #0ae956

#0ae956 #0ae9c6 #2de90a

Monochromatic Colors of #0ae956

#0ae956

Complementary Color

#0ae956 #e90a9d

#0ae956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae956 Color CSS Codes

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

#0ae956 Text Font Color

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

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


#0ae956 Background Color

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

This div background color is #0ae956


#0ae956 Border Color

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

This div border color is #0ae956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae956


Comments

No comments written yet.

Please login to write comment.