Color Hex Logo

#0dedeb Color Hex

#0DEDEB
(13,237,235)
0 Favorites   0 Comments

Color spaces of #0dedeb

RGB 13237235
HSL0.500.900.49
HSV179°95°93°
CMYK 0.950.000.01   0.07
XYZ45.445666.652189.0672
Yxy66.65210.22590.3313
Hunter Lab81.6407-43.5086-7.5348
CIE-Lab85.3280-45.7785-12.3430

#0dedeb color RGB value is (13,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11101011
Octal 15 355 353
Decimal 13 237 235
Hex D ED EB

RGB Percentages of Color #0dedeb

%2.68
%48.87
%48.45

CMYK Percentages of Color #0dedeb

%95
%0
%1
%7

Triadic Colors of #0dedeb

#0dedeb #eb0ded #edeb0d

Analogous Colors of #0dedeb

#0dedeb #0d7fed #0ded7b

Monochromatic Colors of #0dedeb

#0dedeb

Complementary Color

#0dedeb #ed0d0f

#0dedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dedeb Color CSS Codes

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

#0dedeb Text Font Color

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

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


#0dedeb Background Color

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

This div background color is #0dedeb


#0dedeb Border Color

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

This div border color is #0dedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dedeb


Comments

No comments written yet.

Please login to write comment.