Color Hex Logo

#0ddaff Color Hex

#0DDAFF
(13,218,255)
0 Favorites   0 Comments

Color spaces of #0ddaff

RGB 13218255
HSL0.531.000.53
HSV189°95°100°
CMYK 0.950.150.00   0.00
XYZ43.287457.4484103.4149
Yxy57.44840.21200.2814
Hunter Lab75.7947-30.6970-27.8394
CIE-Lab80.4311-30.9613-30.3338

#0ddaff color RGB value is (13,218,255).

#0ddaff hex color red value is 13, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0ddaff hue: 0.53 , saturation: 1.00 and the lightness value of 0ddaff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011010 11111111
Octal 15 332 377
Decimal 13 218 255
Hex D DA FF

RGB Percentages of Color #0ddaff

%2.67
%44.86
%52.47

CMYK Percentages of Color #0ddaff

%95
%15
%0
%0

Triadic Colors of #0ddaff

#0ddaff #ff0dda #daff0d

Analogous Colors of #0ddaff

#0ddaff #0d61ff #0dffab

Monochromatic Colors of #0ddaff

#0ddaff

Complementary Color

#0ddaff #ff320d

#0ddaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddaff Color CSS Codes

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

#0ddaff Text Font Color

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

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


#0ddaff Background Color

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

This div background color is #0ddaff


#0ddaff Border Color

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

This div border color is #0ddaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddaff


Comments

No comments written yet.

Please login to write comment.