Color Hex Logo

#0def94 Color Hex

#0DEF94
(13,239,148)
0 Favorites   0 Comments

Color spaces of #0def94

RGB 13239148
HSL0.430.900.49
HSV156°95°94°
CMYK 0.950.000.38   0.06
XYZ36.377863.956738.4445
Yxy63.95670.26210.4609
Hunter Lab79.9729-58.757227.4792
CIE-Lab83.9432-67.765230.9576

#0def94 color RGB value is (13,239,148).

#0def94 hex color red value is 13, green value is 239 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #0def94 hue: 0.43 , saturation: 0.90 and the lightness value of 0def94 is 0.49.

The process color (four color CMYK) of #0def94 color hex is 0.95, 0.00, 0.38, 0.06. Web safe color of #0def94 is #00ff99. Color #0def94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 10010100
Octal 15 357 224
Decimal 13 239 148
Hex D EF 94

RGB Percentages of Color #0def94

%3.25
%59.75
%37.00

CMYK Percentages of Color #0def94

%95
%0
%38
%6

Triadic Colors of #0def94

#0def94 #940def #ef940d

Analogous Colors of #0def94

#0def94 #0dd9ef #0def23

Monochromatic Colors of #0def94

#0def94

Complementary Color

#0def94 #ef0d68

#0def94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0def94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0def94 Color CSS Codes

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

#0def94 Text Font Color

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

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


#0def94 Background Color

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

This div background color is #0def94


#0def94 Border Color

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

This div border color is #0def94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0def94


Comments

No comments written yet.

Please login to write comment.