Color Hex Logo

#0ddaef Color Hex

#0DDAEF
(13,218,239)
0 Favorites   0 Comments

Color spaces of #0ddaef

RGB 13218239
HSL0.520.900.49
HSV186°95°94°
CMYK 0.950.090.00   0.06
XYZ40.817456.460490.4080
Yxy56.46040.21750.3008
Hunter Lab75.1401-34.5310-18.7392
CIE-Lab79.8751-36.0254-22.6783

#0ddaef color RGB value is (13,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011010 11101111
Octal 15 332 357
Decimal 13 218 239
Hex D DA EF

RGB Percentages of Color #0ddaef

%2.77
%46.38
%50.85

CMYK Percentages of Color #0ddaef

%95
%9
%0
%6

Triadic Colors of #0ddaef

#0ddaef #ef0dda #daef0d

Analogous Colors of #0ddaef

#0ddaef #0d69ef #0def93

Monochromatic Colors of #0ddaef

#0ddaef

Complementary Color

#0ddaef #ef220d

#0ddaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddaef Color CSS Codes

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

#0ddaef Text Font Color

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

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


#0ddaef Background Color

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

This div background color is #0ddaef


#0ddaef Border Color

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

This div border color is #0ddaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddaef


Comments

No comments written yet.

Please login to write comment.