Color Hex Logo

#0debed Color Hex

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

Color spaces of #0debed

RGB 13235237
HSL0.500.900.49
HSV181°95°93°
CMYK 0.950.010.00   0.07
XYZ45.160465.616790.4058
Yxy65.61670.22450.3262
Hunter Lab81.0041-42.2422-9.4685
CIE-Lab84.8005-44.3247-14.1847

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

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

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

Base Numbers

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

RGB Percentages of Color #0debed

%2.68
%48.45
%48.87

CMYK Percentages of Color #0debed

%95
%1
%0
%7

Triadic Colors of #0debed

#0debed #ed0deb #ebed0d

Analogous Colors of #0debed

#0debed #0d7bed #0ded7f

Monochromatic Colors of #0debed

#0debed

Complementary Color

#0debed #ed0f0d

#0debed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0debed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0debed Color CSS Codes

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

#0debed Text Font Color

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

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


#0debed Background Color

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

This div background color is #0debed


#0debed Border Color

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

This div border color is #0debed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0debed


Comments

No comments written yet.

Please login to write comment.