Color Hex Logo

#0ddbfd Color Hex

#0DDBFD
(13,219,253)
0 Favorites   0 Comments

Color spaces of #0ddbfd

RGB 13219253
HSL0.520.980.52
HSV189°95°99°
CMYK 0.950.130.00   0.01
XYZ43.227157.8405101.8145
Yxy57.84050.21310.2851
Hunter Lab76.0529-31.6365-26.1364
CIE-Lab80.6500-32.0836-28.9369

#0ddbfd color RGB value is (13,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011011 11111101
Octal 15 333 375
Decimal 13 219 253
Hex D DB FD

RGB Percentages of Color #0ddbfd

%2.68
%45.15
%52.16

CMYK Percentages of Color #0ddbfd

%95
%13
%0
%1

Triadic Colors of #0ddbfd

#0ddbfd #fd0ddb #dbfd0d

Analogous Colors of #0ddbfd

#0ddbfd #0d63fd #0dfda7

Monochromatic Colors of #0ddbfd

#0ddbfd

Complementary Color

#0ddbfd #fd2f0d

#0ddbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddbfd Color CSS Codes

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

#0ddbfd Text Font Color

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

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


#0ddbfd Background Color

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

This div background color is #0ddbfd


#0ddbfd Border Color

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

This div border color is #0ddbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddbfd


Comments

No comments written yet.

Please login to write comment.