Color Hex Logo

#0ddbff Color Hex

#0DDBFF
(13,219,255)
0 Favorites   0 Comments

Color spaces of #0ddbff

RGB 13219255
HSL0.521.000.53
HSV189°95°100°
CMYK 0.950.140.00   0.00
XYZ43.547557.9686103.5016
Yxy57.96860.21240.2827
Hunter Lab76.1371-31.1448-27.3035
CIE-Lab80.7213-31.4432-29.8883

#0ddbff color RGB value is (13,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011011 11111111
Octal 15 333 377
Decimal 13 219 255
Hex D DB FF

RGB Percentages of Color #0ddbff

%2.67
%44.97
%52.36

CMYK Percentages of Color #0ddbff

%95
%14
%0
%0

Triadic Colors of #0ddbff

#0ddbff #ff0ddb #dbff0d

Analogous Colors of #0ddbff

#0ddbff #0d62ff #0dffaa

Monochromatic Colors of #0ddbff

#0ddbff

Complementary Color

#0ddbff #ff310d

#0ddbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddbff Color CSS Codes

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

#0ddbff Text Font Color

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

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


#0ddbff Background Color

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

This div background color is #0ddbff


#0ddbff Border Color

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

This div border color is #0ddbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddbff


Comments

No comments written yet.

Please login to write comment.