Color Hex Logo

#0deccf Color Hex

#0DECCF
(13,236,207)
0 Favorites   0 Comments

Color spaces of #0deccf

RGB 13236207
HSL0.480.900.49
HSV172°94°93°
CMYK 0.940.000.12   0.07
XYZ41.423964.581569.3137
Yxy64.58150.23630.3684
Hunter Lab80.3626-48.62465.1155
CIE-Lab84.2676-53.09930.8272

#0deccf color RGB value is (13,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101100 11001111
Octal 15 354 317
Decimal 13 236 207
Hex D EC CF

RGB Percentages of Color #0deccf

%2.85
%51.75
%45.39

CMYK Percentages of Color #0deccf

%94
%0
%12
%7

Triadic Colors of #0deccf

#0deccf #cf0dec #eccf0d

Analogous Colors of #0deccf

#0deccf #0d9aec #0dec60

Monochromatic Colors of #0deccf

#0deccf

Complementary Color

#0deccf #ec0d2a

#0deccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deccf Color CSS Codes

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

#0deccf Text Font Color

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

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


#0deccf Background Color

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

This div background color is #0deccf


#0deccf Border Color

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

This div border color is #0deccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deccf


Comments

No comments written yet.

Please login to write comment.