Color Hex Logo

#0defcc Color Hex

#0DEFCC
(13,239,204)
0 Favorites   0 Comments

Color spaces of #0defcc

RGB 13239204
HSL0.470.900.49
HSV171°95°94°
CMYK 0.950.000.15   0.06
XYZ41.931666.178267.6904
Yxy66.17820.23850.3764
Hunter Lab81.3500-50.35527.6105
CIE-Lab85.0872-55.08973.5940

#0defcc color RGB value is (13,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 11001100
Octal 15 357 314
Decimal 13 239 204
Hex D EF CC

RGB Percentages of Color #0defcc

%2.85
%52.41
%44.74

CMYK Percentages of Color #0defcc

%95
%0
%15
%6

Triadic Colors of #0defcc

#0defcc #cc0def #efcc0d

Analogous Colors of #0defcc

#0defcc #0da1ef #0def5b

Monochromatic Colors of #0defcc

#0defcc

Complementary Color

#0defcc #ef0d30

#0defcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0defcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0defcc Color CSS Codes

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

#0defcc Text Font Color

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

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


#0defcc Background Color

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

This div background color is #0defcc


#0defcc Border Color

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

This div border color is #0defcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0defcc


Comments

No comments written yet.

Please login to write comment.