Color Hex Logo

#0deaed Color Hex

#0DEAED
(13,234,237)
0 Favorites   0 Comments

Color spaces of #0deaed

RGB 13234237
HSL0.500.900.49
HSV181°95°93°
CMYK 0.950.010.00   0.07
XYZ44.874965.045690.3107
Yxy65.04560.22410.3249
Hunter Lab80.6509-41.8199-9.9358
CIE-Lab84.5072-43.8844-14.6245

#0deaed color RGB value is (13,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101010 11101101
Octal 15 352 355
Decimal 13 234 237
Hex D EA ED

RGB Percentages of Color #0deaed

%2.69
%48.35
%48.97

CMYK Percentages of Color #0deaed

%95
%1
%0
%7

Triadic Colors of #0deaed

#0deaed #ed0dea #eaed0d

Analogous Colors of #0deaed

#0deaed #0d7aed #0ded80

Monochromatic Colors of #0deaed

#0deaed

Complementary Color

#0deaed #ed100d

#0deaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deaed Color CSS Codes

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

#0deaed Text Font Color

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

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


#0deaed Background Color

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

This div background color is #0deaed


#0deaed Border Color

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

This div border color is #0deaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deaed


Comments

No comments written yet.

Please login to write comment.