Color Hex Logo

#0ddaed Color Hex

#0DDAED
(13,218,237)
0 Favorites   0 Comments

Color spaces of #0ddaed

RGB 13218237
HSL0.510.900.49
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ40.523456.342888.8602
Yxy56.34280.21820.3034
Hunter Lab75.0618-34.9920-17.6458
CIE-Lab79.8085-36.6461-21.7142

#0ddaed color RGB value is (13,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011010 11101101
Octal 15 332 355
Decimal 13 218 237
Hex D DA ED

RGB Percentages of Color #0ddaed

%2.78
%46.58
%50.64

CMYK Percentages of Color #0ddaed

%95
%8
%0
%7

Triadic Colors of #0ddaed

#0ddaed #ed0dda #daed0d

Analogous Colors of #0ddaed

#0ddaed #0d6aed #0ded90

Monochromatic Colors of #0ddaed

#0ddaed

Complementary Color

#0ddaed #ed200d

#0ddaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddaed Color CSS Codes

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

#0ddaed Text Font Color

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

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


#0ddaed Background Color

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

This div background color is #0ddaed


#0ddaed Border Color

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

This div border color is #0ddaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddaed


Comments

No comments written yet.

Please login to write comment.