Color Hex Logo

#0debbc Color Hex

#0DEBBC
(13,235,188)
0 Favorites   0 Comments

Color spaces of #0debbc

RGB 13235188
HSL0.460.900.49
HSV167°94°92°
CMYK 0.940.000.20   0.08
XYZ38.951463.133157.7099
Yxy63.13310.24380.3951
Hunter Lab79.4563-51.543612.5565
CIE-Lab83.5124-57.54149.7178

#0debbc color RGB value is (13,235,188).

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

The process color (four color CMYK) of #0debbc color hex is 0.94, 0.00, 0.20, 0.08. Web safe color of #0debbc is #00ffcc. Color #0debbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101011 10111100
Octal 15 353 274
Decimal 13 235 188
Hex D EB BC

RGB Percentages of Color #0debbc

%2.98
%53.90
%43.12

CMYK Percentages of Color #0debbc

%94
%0
%20
%8

Triadic Colors of #0debbc

#0debbc #bc0deb #ebbc0d

Analogous Colors of #0debbc

#0debbc #0dabeb #0deb4d

Monochromatic Colors of #0debbc

#0debbc

Complementary Color

#0debbc #eb0d3c

#0debbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0debbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0debbc Color CSS Codes

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

#0debbc Text Font Color

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

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


#0debbc Background Color

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

This div background color is #0debbc


#0debbc Border Color

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

This div border color is #0debbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,235,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 #0debbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0debbc


Comments

No comments written yet.

Please login to write comment.