Color Hex Logo

#0dfdb3 Color Hex

#0DFDB3
(13,253,179)
0 Favorites   0 Comments

Color spaces of #0dfdb3

RGB 13253179
HSL0.450.980.52
HSV162°95°99°
CMYK 0.950.000.29   0.01
XYZ43.427973.590854.5634
Yxy73.59080.25310.4289
Hunter Lab85.7851-59.759922.3383
CIE-Lab88.7287-66.311121.7083

#0dfdb3 color RGB value is (13,253,179).

#0dfdb3 hex color red value is 13, green value is 253 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #0dfdb3 hue: 0.45 , saturation: 0.98 and the lightness value of 0dfdb3 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111101 10110011
Octal 15 375 263
Decimal 13 253 179
Hex D FD B3

RGB Percentages of Color #0dfdb3

%2.92
%56.85
%40.22

CMYK Percentages of Color #0dfdb3

%95
%0
%29
%1

Triadic Colors of #0dfdb3

#0dfdb3 #b30dfd #fdb30d

Analogous Colors of #0dfdb3

#0dfdb3 #0dcffd #0dfd3b

Monochromatic Colors of #0dfdb3

#0dfdb3

Complementary Color

#0dfdb3 #fd0d57

#0dfdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfdb3 Color CSS Codes

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

#0dfdb3 Text Font Color

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

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


#0dfdb3 Background Color

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

This div background color is #0dfdb3


#0dfdb3 Border Color

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

This div border color is #0dfdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfdb3


Comments

No comments written yet.

Please login to write comment.