Color Hex Logo

#0deecf Color Hex

#0DEECF
(13,238,207)
0 Favorites   0 Comments

Color spaces of #0deecf

RGB 13238207
HSL0.480.900.49
HSV172°95°93°
CMYK 0.950.000.13   0.07
XYZ42.003065.739669.5067
Yxy65.73960.23700.3709
Hunter Lab81.0800-49.41905.9290
CIE-Lab84.8634-53.90901.6949

#0deecf color RGB value is (13,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101110 11001111
Octal 15 356 317
Decimal 13 238 207
Hex D EE CF

RGB Percentages of Color #0deecf

%2.84
%51.97
%45.20

CMYK Percentages of Color #0deecf

%95
%0
%13
%7

Triadic Colors of #0deecf

#0deecf #cf0dee #eecf0d

Analogous Colors of #0deecf

#0deecf #0d9dee #0dee5f

Monochromatic Colors of #0deecf

#0deecf

Complementary Color

#0deecf #ee0d2c

#0deecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deecf Color CSS Codes

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

#0deecf Text Font Color

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

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


#0deecf Background Color

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

This div background color is #0deecf


#0deecf Border Color

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

This div border color is #0deecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deecf


Comments

No comments written yet.

Please login to write comment.