Color Hex Logo

#0de763 Color Hex

#0DE763
(13,231,99)
0 Favorites   0 Comments

Color spaces of #0de763

RGB 1323199
HSL0.400.890.48
HSV144°94°91°
CMYK 0.940.000.57   0.09
XYZ30.994058.138221.3926
Yxy58.13820.28040.5260
Hunter Lab76.2484-60.876836.7392
CIE-Lab80.8156-73.156950.6542

#0de763 color RGB value is (13,231,99).

#0de763 hex color red value is 13, green value is 231 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #0de763 hue: 0.40 , saturation: 0.89 and the lightness value of 0de763 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100111 01100011
Octal 15 347 143
Decimal 13 231 99
Hex D E7 63

RGB Percentages of Color #0de763

%3.79
%67.35
%28.86

CMYK Percentages of Color #0de763

%94
%0
%57
%9

Triadic Colors of #0de763

#0de763 #630de7 #e7630d

Analogous Colors of #0de763

#0de763 #0de7d0 #24e70d

Monochromatic Colors of #0de763

#0de763

Complementary Color

#0de763 #e70d91

#0de763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de763 Color CSS Codes

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

#0de763 Text Font Color

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

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


#0de763 Background Color

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

This div background color is #0de763


#0de763 Border Color

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

This div border color is #0de763


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,231,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0de763; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0de763;
  -webkit-box-shadow: 1px 1px 3px 2px #0de763;
  box-shadow:         1px 1px 3px 2px #0de763; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,231,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de763


Comments

No comments written yet.

Please login to write comment.