Color Hex Logo

#0defd8 Color Hex

#0DEFD8
(13,239,216)
0 Favorites   0 Comments

Color spaces of #0defd8

RGB 13239216
HSL0.480.900.49
HSV174°95°94°
CMYK 0.950.000.10   0.06
XYZ43.427266.776475.5660
Yxy66.77640.23380.3595
Hunter Lab81.7168-48.14332.3745
CIE-Lab85.3909-51.9259-2.2610

#0defd8 color RGB value is (13,239,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11011000
Octal 15 357 330
Decimal 13 239 216
Hex D EF D8

RGB Percentages of Color #0defd8

%2.78
%51.07
%46.15

CMYK Percentages of Color #0defd8

%95
%0
%10
%6

Triadic Colors of #0defd8

#0defd8 #d80def #efd80d

Analogous Colors of #0defd8

#0defd8 #0d95ef #0def67

Monochromatic Colors of #0defd8

#0defd8

Complementary Color

#0defd8 #ef0d24

#0defd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defd8 Color CSS Codes

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

#0defd8 Text Font Color

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

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


#0defd8 Background Color

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

This div background color is #0defd8


#0defd8 Border Color

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

This div border color is #0defd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defd8


Comments

No comments written yet.

Please login to write comment.