Color Hex Logo

#0dedec Color Hex

#0DEDEC
(13,237,236)
0 Favorites   0 Comments

Color spaces of #0dedec

RGB 13237236
HSL0.500.900.49
HSV180°95°93°
CMYK 0.950.000.00   0.07
XYZ45.590566.710189.8303
Yxy66.71010.22550.3300
Hunter Lab81.6763-43.2973-8.0358
CIE-Lab85.3573-45.4900-12.8250

#0dedec color RGB value is (13,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11101100
Octal 15 355 354
Decimal 13 237 236
Hex D ED EC

RGB Percentages of Color #0dedec

%2.67
%48.77
%48.56

CMYK Percentages of Color #0dedec

%95
%0
%0
%7

Triadic Colors of #0dedec

#0dedec #ec0ded #edec0d

Analogous Colors of #0dedec

#0dedec #0d7eed #0ded7c

Monochromatic Colors of #0dedec

#0dedec

Complementary Color

#0dedec #ed0d0e

#0dedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dedec Color CSS Codes

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

#0dedec Text Font Color

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

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


#0dedec Background Color

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

This div background color is #0dedec


#0dedec Border Color

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

This div border color is #0dedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dedec


Comments

No comments written yet.

Please login to write comment.