Color Hex Logo

#0dfddc Color Hex

#0DFDDC
(13,253,220)
0 Favorites   0 Comments

Color spaces of #0dfddc

RGB 13253220
HSL0.480.980.52
HSV172°95°99°
CMYK 0.950.000.13   0.01
XYZ48.209575.503479.7429
Yxy75.50340.23700.3711
Hunter Lab86.8927-53.02756.4134
CIE-Lab89.6283-56.54361.8406

#0dfddc color RGB value is (13,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111101 11011100
Octal 15 375 334
Decimal 13 253 220
Hex D FD DC

RGB Percentages of Color #0dfddc

%2.67
%52.06
%45.27

CMYK Percentages of Color #0dfddc

%95
%0
%13
%1

Triadic Colors of #0dfddc

#0dfddc #dc0dfd #fddc0d

Analogous Colors of #0dfddc

#0dfddc #0da6fd #0dfd64

Monochromatic Colors of #0dfddc

#0dfddc

Complementary Color

#0dfddc #fd0d2e

#0dfddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfddc Color CSS Codes

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

#0dfddc Text Font Color

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

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


#0dfddc Background Color

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

This div background color is #0dfddc


#0dfddc Border Color

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

This div border color is #0dfddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfddc


Comments

No comments written yet.

Please login to write comment.