Color Hex Logo

#0ddcbc Color Hex

#0DDCBC
(13,220,188)
0 Favorites   0 Comments

Color spaces of #0ddcbc

RGB 13220188
HSL0.470.890.46
HSV171°94°86°
CMYK 0.940.000.15   0.14
XYZ34.836354.902856.3382
Yxy54.90280.23850.3758
Hunter Lab74.0964-45.74736.7872
CIE-Lab78.9852-51.59653.2051

#0ddcbc color RGB value is (13,220,188).

#0ddcbc hex color red value is 13, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0ddcbc hue: 0.47 , saturation: 0.89 and the lightness value of 0ddcbc is 0.46.

The process color (four color CMYK) of #0ddcbc color hex is 0.94, 0.00, 0.15, 0.14. Web safe color of #0ddcbc is #00cccc. Color #0ddcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 10111100
Octal 15 334 274
Decimal 13 220 188
Hex D DC BC

RGB Percentages of Color #0ddcbc

%3.09
%52.26
%44.66

CMYK Percentages of Color #0ddcbc

%94
%0
%15
%14

Triadic Colors of #0ddcbc

#0ddcbc #bc0ddc #dcbc0d

Analogous Colors of #0ddcbc

#0ddcbc #0d95dc #0ddc55

Monochromatic Colors of #0ddcbc

#0ddcbc

Complementary Color

#0ddcbc #dc0d2d

#0ddcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddcbc Color CSS Codes

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

#0ddcbc Text Font Color

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

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


#0ddcbc Background Color

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

This div background color is #0ddcbc


#0ddcbc Border Color

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

This div border color is #0ddcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddcbc


Comments

No comments written yet.

Please login to write comment.