Color Hex Logo

#0dd0fd Color Hex

#0DD0FD
(13,208,253)
0 Favorites   0 Comments

Color spaces of #0dd0fd

RGB 13208253
HSL0.530.980.52
HSV191°95°99°
CMYK 0.950.180.00   0.01
XYZ40.451552.2892100.8893
Yxy52.28920.20890.2700
Hunter Lab72.3113-26.6904-32.1040
CIE-Lab77.4534-26.7177-33.8541

#0dd0fd color RGB value is (13,208,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11010000 11111101
Octal 15 320 375
Decimal 13 208 253
Hex D D0 FD

RGB Percentages of Color #0dd0fd

%2.74
%43.88
%53.38

CMYK Percentages of Color #0dd0fd

%95
%18
%0
%1

Triadic Colors of #0dd0fd

#0dd0fd #fd0dd0 #d0fd0d

Analogous Colors of #0dd0fd

#0dd0fd #0d58fd #0dfdb2

Monochromatic Colors of #0dd0fd

#0dd0fd

Complementary Color

#0dd0fd #fd3a0d

#0dd0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dd0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dd0fd Color CSS Codes

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

#0dd0fd Text Font Color

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

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


#0dd0fd Background Color

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

This div background color is #0dd0fd


#0dd0fd Border Color

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

This div border color is #0dd0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dd0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.